#10c804

Color #10C804 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #10C804

Tints of Islamic Green #10C804

Color information

#10C804 (or 0x10C804) is unknown color: approx Islamic Green. HEX triplet: 10, C8 and 04. RGB value is (16,200,4). Sum of RGB (Red+Green+Blue) = 16+200+4=220 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.27% from 220); Green value is 200 (78.52% from 255 or 90.91% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 200 - color contains mainly: green. Hex color #10C804 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C804 is #EF37FB. Grayscale: #7B7B7B. Windows color (decimal): -15677436 or 313360. OLE color: 313360.

HSL color Cylindrical-coordinate representation of color #10C804: hue angle of 116.33º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10C804 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB162004-
CMYK0.9200.980.22
HSL116.33º96.08%40%-
HSV(B)116.33º98%78.43%-
XYZ20.8941.437.01-
YUV122.6461.0451.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 7.27%
GREEN value IS 200 (78.52% from 255) = 90.91%
BLUE value IS 4 (1.95% from 255) = 1.82%
R=7.27%
G=90.91%
B=1.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1620040.9200.980.22116.3396.0840
Hex10C845C06216746028
Octal20310413401422616414050
Binary10000110010001001011100011000101011011101001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10c804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10c804; }

 p { color: rgb(16,200,4); }

 H1.HeaderClassName
 {
   color: #10c804;
 }
 .AnyTagClassName
 {
   color: #10c804;
 }
</style>
background-color css

<style>
 a { background-color: #10c804; }

 a { background-color: rgb(16,200,4); }

 div.DivClassName
 {
   background-color: #10c804;
 }
 .BgClassName
 {
   background-color: #10c804;
 }
</style>
border-color css

<style>
 span { border-color: #10c804; }

 span { border-color: rgb(16,200,4); }

 td.TdClassName
 {
   border-color: #10c804;
 }
 .TagClassName
 {
   border-color: #10c804;
 }
</style>