#08C00D

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

Shades of Islamic Green #08C00D

Tints of Islamic Green #08C00D

Color information

#08C00D (or 0x08C00D) is unknown color: approx Islamic Green. HEX triplet: 08, C0 and 0D. RGB value is (8,192,13). Sum of RGB (Red+Green+Blue) = 8+192+13=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 192 (75.39% from 255 or 90.14% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 192 - color contains mainly: green. Hex color #08C00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C00D is #F73FF2. Grayscale: #757575. Windows color (decimal): -16203763 or 901128. OLE color: 901128.

HSL color Cylindrical-coordinate representation of color #08C00D: hue angle of 121.63º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C00D is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB819213-
CMYK0.9600.930.25
HSL121.63º92%39.22%-
HSV(B)121.63º95.83%75.29%-
XYZ19.0237.786.67-
YUV116.5869.5450.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 192 (75.39% from 255) = 90.14%
BLUE value IS 13 (5.47% from 255) = 6.10%
R=3.76%
G=90.14%
B=6.10%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal8192130.9600.930.25121.639239.22
Hex8C0D6005D197a5c27
Octal103001514001353117213447
Binary10001100000011011100000010111011100111110101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C00D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,192,13); }

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

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

 a { background-color: rgb(8,192,13); }

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

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

 span { border-color: rgb(8,192,13); }

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