Html Css Color HEX #02AC4A Pigment Green

📋 copy color: '#02AC4A'

red 2 ◦ green 172 ◦ blue 74

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

Shades of Pigment Green #02AC4A

Tints of Pigment Green #02AC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.84%

R = 0.81%
G = 69.35%
B = 29.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#02AC4A (or 0x02AC4A) is known color: Pigment Green. HEX triplet: 02, AC and 4A. RGB value is (2,172,74). Sum of RGB (Red+Green+Blue) = 2+172+74=248 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AC4A is #FD53B5. Grayscale: #6E6E6E. Windows color (decimal): -16602038 or 4893698. OLE color: 4893698.

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

Color convert

RGB 2 172 74 -
CMYK 0.99 0 0.57 0.33
HSL 145.41º 0.98% 0.34% -
HSV(B) 145.41º 0.99% 0.67% -
XYZ 16.01 30.01 11.43 -
YUV 110 107.68 50.97 -
System Red Green Blue C M Y K H S L
Decimal 2 172 74 0.99 0 0.57 0.33 145.41 0.98 0.34
Hex 2 AC 4A 63 0 39 21 91 62 22
Octal 2 254 112 143 0 71 41 221 142 42
Binary 10 10101100 1001010 1100011 0 111001 100001 10010001 1100010 100010

Color Harmonies of #02AC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC4A

Black with #02AC4A

Text Example


Text Example

White with #02AC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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