Html Css Color HEX #02AC4C Pigment Green

📋 copy color: '#02AC4C'

red 2 ◦ green 172 ◦ blue 76

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

Shades of Pigment Green #02AC4C

Tints of Pigment Green #02AC4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.4%

R = 0.8%
G = 68.8%
B = 30.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#02AC4C (or 0x02AC4C) is known color: Pigment Green. HEX triplet: 02, AC and 4C. RGB value is (2,172,76). Sum of RGB (Red+Green+Blue) = 2+172+76=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 172 (67.58% from 255 or 68.8% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AC4C is #FD53B3. Grayscale: #6E6E6E. Windows color (decimal): -16602036 or 5024770. OLE color: 5024770.

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

Color convert

RGB 2 172 76 -
CMYK 0.99 0 0.56 0.33
HSL 146.12º 0.98% 0.34% -
HSV(B) 146.12º 0.99% 0.67% -
XYZ 16.08 30.04 11.79 -
YUV 110.23 108.68 50.81 -
System Red Green Blue C M Y K H S L
Decimal 2 172 76 0.99 0 0.56 0.33 146.12 0.98 0.34
Hex 2 AC 4C 63 0 38 21 92 62 22
Octal 2 254 114 143 0 70 41 222 142 42
Binary 10 10101100 1001100 1100011 0 111000 100001 10010010 1100010 100010

Color Harmonies of #02AC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AC4C

Black with #02AC4C

Text Example


Text Example

White with #02AC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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