Html Css Color HEX #02AC1C Islamic Green

📋 copy color: '#02AC1C'

red 2 ◦ green 172 ◦ blue 28

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

Shades of Islamic Green #02AC1C

Tints of Islamic Green #02AC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.86%

R = 0.99%
G = 85.15%
B = 13.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#02AC1C (or 0x02AC1C) is known color: Islamic Green. HEX triplet: 02, AC and 1C. RGB value is (2,172,28). Sum of RGB (Red+Green+Blue) = 2+172+28=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 172 (67.58% from 255 or 85.15% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AC1C is #FD53E3. Grayscale: #696969. Windows color (decimal): -16602084 or 1879042. OLE color: 1879042.

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

Color convert

RGB 2 172 28 -
CMYK 0.99 0 0.84 0.33
HSL 129.18º 0.98% 0.34% -
HSV(B) 129.18º 0.99% 0.67% -
XYZ 14.99 29.6 6.02 -
YUV 104.75 84.68 54.71 -
System Red Green Blue C M Y K H S L
Decimal 2 172 28 0.99 0 0.84 0.33 129.18 0.98 0.34
Hex 2 AC 1C 63 0 54 21 81 62 22
Octal 2 254 34 143 0 124 41 201 142 42
Binary 10 10101100 11100 1100011 0 1010100 100001 10000001 1100010 100010

Color Harmonies of #02AC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC1C

Black with #02AC1C

Text Example


Text Example

White with #02AC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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