Html Css Color HEX #02C900 Islamic Green

📋 copy color: '#02C900'

red 2 ◦ green 201 ◦ blue 0

#02C900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #02C900

Tints of Islamic Green #02C900

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 value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#02C900 (or 0x02C900) is known color: 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

RGB 2 201 0 -
CMYK 0.99 0 1 0.21
HSL 119.4º 1% 0.39% -
HSV(B) 119.4º 1% 0.79% -
XYZ 20.91 41.79 6.96 -
YUV 118.59 61.07 44.84 -
System Red Green Blue C M Y K H S L
Decimal 2 201 0 0.99 0 1 0.21 119.4 1 0.39
Hex 2 C9 0 63 0 64 15 77 64 27
Octal 2 311 0 143 0 144 25 167 144 47
Binary 10 11001001 0 1100011 0 1100100 10101 1110111 1100100 100111

Color Harmonies of #02C900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C900

Black with #02C900

Text Example


Text Example

White with #02C900

Text Example


Text Example

HTML Codes & Css Web 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>