Html Css Color HEX #02A001 Islamic Green

📋 copy color: '#02A001'

red 2 ◦ green 160 ◦ blue 1

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

Shades of Islamic Green #02A001

Tints of Islamic Green #02A001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 1.23%
G = 98.16%
B = 0.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#02A001 (or 0x02A001) is known color: Islamic Green. HEX triplet: 02, A0 and 01. RGB value is (2,160,1). Sum of RGB (Red+Green+Blue) = 2+160+1=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 160 (62.89% from 255 or 98.16% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 160 - color contains mainly: green. Hex color #02A001 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A001 is #FD5FFE. Grayscale: #5F5F5F. Windows color (decimal): -16605183 or 106498. OLE color: 106498.

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

Color convert

RGB 2 160 1 -
CMYK 0.99 0 0.99 0.37
HSL 119.62º 0.99% 0.32% -
HSV(B) 119.62º 0.99% 0.63% -
XYZ 12.6 25.16 4.22 -
YUV 94.63 75.15 61.93 -
System Red Green Blue C M Y K H S L
Decimal 2 160 1 0.99 0 0.99 0.37 119.62 0.99 0.32
Hex 2 A0 1 63 0 63 25 78 63 20
Octal 2 240 1 143 0 143 45 170 143 40
Binary 10 10100000 1 1100011 0 1100011 100101 1111000 1100011 100000

Color Harmonies of #02A001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A001

Black with #02A001

Text Example


Text Example

White with #02A001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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