#08C802

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

Shades of Islamic Green #08C802

Tints of Islamic Green #08C802

Color information

#08C802 (or 0x08C802) is unknown color: approx Islamic Green. HEX triplet: 08, C8 and 02. RGB value is (8,200,2). Sum of RGB (Red+Green+Blue) = 8+200+2=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 200 (78.52% from 255 or 95.24% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 200 - color contains mainly: green. Hex color #08C802 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C802 is #F737FD. Grayscale: #787878. Windows color (decimal): -16201726 or 182280. OLE color: 182280.

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

Color convert

RGB82002-
CMYK0.9600.990.22
HSL118.18º98.02%39.61%-
HSV(B)118.18º99%78.43%-
XYZ20.7741.366.95-
YUV120.0261.3948.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.81%
GREEN value IS 200 (78.52% from 255) = 95.24%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=3.81%
G=95.24%
B=0.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal820020.9600.990.22118.1898.0239.61
Hex8C826006316766228
Octal10310214001432616614250
Binary100011001000101100000011000111011011101101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,200,2); }

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

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

 a { background-color: rgb(8,200,2); }

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

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

 span { border-color: rgb(8,200,2); }

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