Html Css Color HEX #02A015 Islamic Green

📋 copy color: '#02A015'

red 2 ◦ green 160 ◦ blue 21

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

Shades of Islamic Green #02A015

Tints of Islamic Green #02A015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.48%

R = 1.09%
G = 87.43%
B = 11.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#02A015 (or 0x02A015) is known color: Islamic Green. HEX triplet: 02, A0 and 15. RGB value is (2,160,21). Sum of RGB (Red+Green+Blue) = 2+160+21=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 160 (62.89% from 255 or 87.43% from 183); Blue value is 21 (8.59% from 255 or 11.48% from 183); Max value from RGB is 160 - color contains mainly: green. Hex color #02A015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A015 is #FD5FEA. Grayscale: #616161. Windows color (decimal): -16605163 or 1417218. OLE color: 1417218.

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

Color convert

RGB 2 160 21 -
CMYK 0.99 0 0.87 0.37
HSL 127.22º 0.98% 0.32% -
HSV(B) 127.22º 0.99% 0.63% -
XYZ 12.73 25.21 4.9 -
YUV 96.91 85.15 60.3 -
System Red Green Blue C M Y K H S L
Decimal 2 160 21 0.99 0 0.87 0.37 127.22 0.98 0.32
Hex 2 A0 15 63 0 57 25 7F 62 20
Octal 2 240 25 143 0 127 45 177 142 40
Binary 10 10100000 10101 1100011 0 1010111 100101 1111111 1100010 100000

Color Harmonies of #02A015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A015

Black with #02A015

Text Example


Text Example

White with #02A015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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