Html Css Color HEX #02A416 Islamic Green

📋 copy color: '#02A416'

red 2 ◦ green 164 ◦ blue 22

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

Shades of Islamic Green #02A416

Tints of Islamic Green #02A416

RGB

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

 GREEN value IS 164 (64.45% from 255) = 87.23%

 BLUE value IS 22 (8.98% from 255) = 11.7%

R = 1.06%
G = 87.23%
B = 11.7%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#02A416 (or 0x02A416) is known color: Islamic Green. HEX triplet: 02, A4 and 16. RGB value is (2,164,22). Sum of RGB (Red+Green+Blue) = 2+164+22=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 164 (64.45% from 255 or 87.23% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 164 - color contains mainly: green. Hex color #02A416 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A416 is #FD5BE9. Grayscale: #636363. Windows color (decimal): -16604138 or 1483778. OLE color: 1483778.

HSL color Cylindrical-coordinate representation of color #02A416: hue angle of 127.41º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A416 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 164 22 -
CMYK 0.99 0 0.87 0.36
HSL 127.41º 0.98% 0.33% -
HSV(B) 127.41º 0.99% 0.64% -
XYZ 13.45 26.62 5.19 -
YUV 99.37 84.33 58.55 -
System Red Green Blue C M Y K H S L
Decimal 2 164 22 0.99 0 0.87 0.36 127.41 0.98 0.33
Hex 2 A4 16 63 0 57 24 7F 62 21
Octal 2 244 26 143 0 127 44 177 142 41
Binary 10 10100100 10110 1100011 0 1010111 100100 1111111 1100010 100001

Color Harmonies of #02A416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A416

Black with #02A416

Text Example


Text Example

White with #02A416

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,164,22); }

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

background-color css

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

 a { background-color: rgb(2,164,22); }

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

border-color css

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

 span { border-color: rgb(2,164,22); }

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