Html Css Color HEX #02A017 Islamic Green

📋 copy color: '#02A017'

red 2 ◦ green 160 ◦ blue 23

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

Shades of Islamic Green #02A017

Tints of Islamic Green #02A017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.43%

R = 1.08%
G = 86.49%
B = 12.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#02A017 (or 0x02A017) is known color: Islamic Green. HEX triplet: 02, A0 and 17. RGB value is (2,160,23). Sum of RGB (Red+Green+Blue) = 2+160+23=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 160 (62.89% from 255 or 86.49% from 185); Blue value is 23 (9.38% from 255 or 12.43% from 185); Max value from RGB is 160 - color contains mainly: green. Hex color #02A017 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A017 is #FD5FE8. Grayscale: #616161. Windows color (decimal): -16605161 or 1548290. OLE color: 1548290.

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

Color convert

RGB 2 160 23 -
CMYK 0.99 0 0.86 0.37
HSL 127.97º 0.98% 0.32% -
HSV(B) 127.97º 0.99% 0.63% -
XYZ 12.75 25.22 5.01 -
YUV 97.14 86.15 60.14 -
System Red Green Blue C M Y K H S L
Decimal 2 160 23 0.99 0 0.86 0.37 127.97 0.98 0.32
Hex 2 A0 17 63 0 56 25 80 62 20
Octal 2 240 27 143 0 126 45 200 142 40
Binary 10 10100000 10111 1100011 0 1010110 100101 10000000 1100010 100000

Color Harmonies of #02A017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A017

Black with #02A017

Text Example


Text Example

White with #02A017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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