Html Css Color HEX #02A006 Islamic Green

📋 copy color: '#02A006'

red 2 ◦ green 160 ◦ blue 6

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

Shades of Islamic Green #02A006

Tints of Islamic Green #02A006

RGB

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

 GREEN value IS 160 (62.89% from 255) = 95.24%

 BLUE value IS 6 (2.73% from 255) = 3.57%

R = 1.19%
G = 95.24%
B = 3.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#02A006 (or 0x02A006) is known color: Islamic Green. HEX triplet: 02, A0 and 06. RGB value is (2,160,6). Sum of RGB (Red+Green+Blue) = 2+160+6=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 160 (62.89% from 255 or 95.24% from 168); Blue value is 6 (2.73% from 255 or 3.57% from 168); Max value from RGB is 160 - color contains mainly: green. Hex color #02A006 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A006 is #FD5FF9. Grayscale: #5F5F5F. Windows color (decimal): -16605178 or 434178. OLE color: 434178.

HSL color Cylindrical-coordinate representation of color #02A006: hue angle of 121.52º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A006 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 2 160 6 -
CMYK 0.99 0 0.96 0.37
HSL 121.52º 0.98% 0.32% -
HSV(B) 121.52º 0.99% 0.63% -
XYZ 12.63 25.17 4.36 -
YUV 95.2 77.65 61.52 -
System Red Green Blue C M Y K H S L
Decimal 2 160 6 0.99 0 0.96 0.37 121.52 0.98 0.32
Hex 2 A0 6 63 0 60 25 7A 62 20
Octal 2 240 6 143 0 140 45 172 142 40
Binary 10 10100000 110 1100011 0 1100000 100101 1111010 1100010 100000

Color Harmonies of #02A006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A006

Black with #02A006

Text Example


Text Example

White with #02A006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,160,6); }

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

background-color css

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

 a { background-color: rgb(2,160,6); }

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

border-color css

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

 span { border-color: rgb(2,160,6); }

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