Html Css Color HEX #02AC14 Islamic Green

📋 copy color: '#02AC14'

red 2 ◦ green 172 ◦ blue 20

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

Shades of Islamic Green #02AC14

Tints of Islamic Green #02AC14

RGB

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

 GREEN value IS 172 (67.58% from 255) = 88.66%

 BLUE value IS 20 (8.2% from 255) = 10.31%

R = 1.03%
G = 88.66%
B = 10.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#02AC14 (or 0x02AC14) is known color: Islamic Green. HEX triplet: 02, AC and 14. RGB value is (2,172,20). Sum of RGB (Red+Green+Blue) = 2+172+20=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 172 (67.58% from 255 or 88.66% from 194); Blue value is 20 (8.20% from 255 or 10.31% from 194); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AC14 is #FD53EB. Grayscale: #686868. Windows color (decimal): -16602092 or 1354754. OLE color: 1354754.

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

Color convert

RGB 2 172 20 -
CMYK 0.99 0 0.88 0.33
HSL 126.35º 0.98% 0.34% -
HSV(B) 126.35º 0.99% 0.67% -
XYZ 14.9 29.57 5.58 -
YUV 103.84 80.68 55.36 -
System Red Green Blue C M Y K H S L
Decimal 2 172 20 0.99 0 0.88 0.33 126.35 0.98 0.34
Hex 2 AC 14 63 0 58 21 7E 62 22
Octal 2 254 24 143 0 130 41 176 142 42
Binary 10 10101100 10100 1100011 0 1011000 100001 1111110 1100010 100010

Color Harmonies of #02AC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC14

Black with #02AC14

Text Example


Text Example

White with #02AC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,172,20); }

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

background-color css

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

 a { background-color: rgb(2,172,20); }

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

border-color css

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

 span { border-color: rgb(2,172,20); }

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