#08B80C

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

Shades of Islamic Green #08B80C

Tints of Islamic Green #08B80C

Color information

#08B80C (or 0x08B80C) is unknown color: approx Islamic Green. HEX triplet: 08, B8 and 0C. RGB value is (8,184,12). Sum of RGB (Red+Green+Blue) = 8+184+12=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 184 (72.27% from 255 or 90.20% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 184 - color contains mainly: green. Hex color #08B80C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08B80C is #F747F3. Grayscale: #707070. Windows color (decimal): -16205812 or 833544. OLE color: 833544.

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

Color convert

RGB818412-
CMYK0.9600.930.28
HSL121.36º91.67%37.65%-
HSV(B)121.36º95.65%72.16%-
XYZ17.3134.366.07-
YUV111.7771.6953.99-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 184 (72.27% from 255) = 90.20%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=3.92%
G=90.20%
B=5.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8184120.9600.930.28121.3691.6737.65
Hex8B8C6005D1C795c26
Octal102701414001353417113446
Binary10001011100011001100000010111011110011110011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08B80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,184,12); }

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

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

 a { background-color: rgb(8,184,12); }

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

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

 span { border-color: rgb(8,184,12); }

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