#02C808

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

Shades of Islamic Green #02C808

Tints of Islamic Green #02C808

Color information

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

HSL color Cylindrical-coordinate representation of color #02C808: hue angle of 121.82º 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 #02C808 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB22008-
CMYK0.9900.960.22
HSL121.82º98.02%39.61%-
HSV(B)121.82º99%78.43%-
XYZ20.7241.347.12-
YUV118.9165.444.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal220080.9900.960.22121.8298.0239.61
Hex2C8863060167a6228
Octal23101014301402617214250
Binary101100100010001100011011000001011011110101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02C808; }

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

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

<style>
 a { background-color: #02C808; }

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

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

<style>
 span { border-color: #02C808; }

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

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