Html Css Color HEX #02AC49 Pigment Green

📋 copy color: '#02AC49'

red 2 ◦ green 172 ◦ blue 73

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

Shades of Pigment Green #02AC49

Tints of Pigment Green #02AC49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.55%

R = 0.81%
G = 69.64%
B = 29.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#02AC49 (or 0x02AC49) is known color: Pigment Green. HEX triplet: 02, AC and 49. RGB value is (2,172,73). Sum of RGB (Red+Green+Blue) = 2+172+73=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 172 (67.58% from 255 or 69.64% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC49 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AC49 is #FD53B6. Grayscale: #6E6E6E. Windows color (decimal): -16602039 or 4828162. OLE color: 4828162.

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

Color convert

RGB 2 172 73 -
CMYK 0.99 0 0.58 0.33
HSL 145.06º 0.98% 0.34% -
HSV(B) 145.06º 0.99% 0.67% -
XYZ 15.98 30 11.25 -
YUV 109.88 107.18 51.05 -
System Red Green Blue C M Y K H S L
Decimal 2 172 73 0.99 0 0.58 0.33 145.06 0.98 0.34
Hex 2 AC 49 63 0 3A 21 91 62 22
Octal 2 254 111 143 0 72 41 221 142 42
Binary 10 10101100 1001001 1100011 0 111010 100001 10010001 1100010 100010

Color Harmonies of #02AC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC49

Black with #02AC49

Text Example


Text Example

White with #02AC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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