Html Css Color HEX #02AC52 Pigment Green

📋 copy color: '#02AC52'

red 2 ◦ green 172 ◦ blue 82

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

Shades of Pigment Green #02AC52

Tints of Pigment Green #02AC52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 0.78%
G = 67.19%
B = 32.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#02AC52 (or 0x02AC52) is known color: Pigment Green. HEX triplet: 02, AC and 52. RGB value is (2,172,82). Sum of RGB (Red+Green+Blue) = 2+172+82=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02AC52 is #FD53AD. Grayscale: #6F6F6F. Windows color (decimal): -16602030 or 5417986. OLE color: 5417986.

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

Color convert

RGB 2 172 82 -
CMYK 0.99 0 0.52 0.33
HSL 148.24º 0.98% 0.34% -
HSV(B) 148.24º 0.99% 0.67% -
XYZ 16.3 30.13 12.94 -
YUV 110.91 111.68 50.32 -
System Red Green Blue C M Y K H S L
Decimal 2 172 82 0.99 0 0.52 0.33 148.24 0.98 0.34
Hex 2 AC 52 63 0 34 21 94 62 22
Octal 2 254 122 143 0 64 41 224 142 42
Binary 10 10101100 1010010 1100011 0 110100 100001 10010100 1100010 100010

Color Harmonies of #02AC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC52

Black with #02AC52

Text Example


Text Example

White with #02AC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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