#08C40B

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

Shades of Islamic Green #08C40B

Tints of Islamic Green #08C40B

Color information

#08C40B (or 0x08C40B) is unknown color: approx Islamic Green. HEX triplet: 08, C4 and 0B. RGB value is (8,196,11). Sum of RGB (Red+Green+Blue) = 8+196+11=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 196 (76.95% from 255 or 91.16% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 196 - color contains mainly: green. Hex color #08C40B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C40B is #F73BF4. Grayscale: #777777. Windows color (decimal): -16202741 or 771080. OLE color: 771080.

HSL color Cylindrical-coordinate representation of color #08C40B: hue angle of 120.96º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C40B is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB819611-
CMYK0.9600.940.23
HSL120.96º92.16%40%-
HSV(B)120.96º95.92%76.86%-
XYZ19.939.566.9-
YUV118.767.2249.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.72%
GREEN value IS 196 (76.95% from 255) = 91.16%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=3.72%
G=91.16%
B=5.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal8196110.9600.940.23120.9692.1640
Hex8C4B6005E17795c28
Octal103041314001362717113450
Binary10001100010010111100000010111101011111110011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08C40B; }

 p { color: rgb(8,196,11); }

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

<style>
 a { background-color: #08C40B; }

 a { background-color: rgb(8,196,11); }

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

<style>
 span { border-color: #08C40B; }

 span { border-color: rgb(8,196,11); }

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