#02C900

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

Shades of Islamic Green #02C900

Tints of Islamic Green #02C900

Color information

#02C900 (or 0x02C900) is unknown color: approx Islamic Green. HEX triplet: 02, C9 and 00. RGB value is (2,201,0). Sum of RGB (Red+Green+Blue) = 2+201+0=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 201 (78.91% from 255 or 99.01% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 201 - color contains mainly: green. Hex color #02C900 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C900 is #FD36FF. Grayscale: #777777. Windows color (decimal): -16594688 or 51458. OLE color: 51458.

HSL color Cylindrical-coordinate representation of color #02C900: hue angle of 119.4º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #02C900 is Cyan = 0.99, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.21.

Color convert

RGB22010-
CMYK0.99010.21
HSL119.4º100%39.41%-
HSV(B)119.4º100%78.82%-
XYZ20.9141.796.96-
YUV118.5861.0744.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 201 (78.91% from 255) = 99.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=0.99%
G=99.01%
B=0%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal220100.99010.21119.410039.41
Hex2C906306415776427
Octal2311014301442516714447
Binary101100100101100011011001001010111101111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02C900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,201,0); }

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

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

 a { background-color: rgb(2,201,0); }

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

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

 span { border-color: rgb(2,201,0); }

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