Html Css Color HEX #02C805 Islamic Green

📋 copy color: '#02C805'

red 2 ◦ green 200 ◦ blue 5

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

Shades of Islamic Green #02C805

Tints of Islamic Green #02C805

RGB

 RED value IS 2 (1.17% from 255) = 0.97%

 GREEN value IS 200 (78.52% from 255) = 96.62%

 BLUE value IS 5 (2.34% from 255) = 2.42%

R = 0.97%
G = 96.62%
B = 2.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#02C805 (or 0x02C805) is known color: Islamic Green. HEX triplet: 02, C8 and 05. RGB value is (2,200,5). Sum of RGB (Red+Green+Blue) = 2+200+5=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 200 (78.52% from 255 or 96.62% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 200 - color contains mainly: green. Hex color #02C805 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C805 is #FD37FA. Grayscale: #777777. Windows color (decimal): -16594939 or 378882. OLE color: 378882.

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

Color convert

RGB 2 200 5 -
CMYK 0.99 0 0.98 0.22
HSL 120.91º 0.98% 0.4% -
HSV(B) 120.91º 0.99% 0.78% -
XYZ 20.71 41.33 7.03 -
YUV 118.57 63.9 44.86 -
System Red Green Blue C M Y K H S L
Decimal 2 200 5 0.99 0 0.98 0.22 120.91 0.98 0.4
Hex 2 C8 5 63 0 62 16 79 62 28
Octal 2 310 5 143 0 142 26 171 142 50
Binary 10 11001000 101 1100011 0 1100010 10110 1111001 1100010 101000

Color Harmonies of #02C805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C805

Black with #02C805

Text Example


Text Example

White with #02C805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02C805;
 }
 .AnyTagClassName
 {
   color: #02C805;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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