#06AC4F

Color #06AC4F Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #06AC4F

Tints of Pigment Green #06AC4F

Color information

#06AC4F (or 0x06AC4F) is unknown color: approx Pigment Green. HEX triplet: 06, AC and 4F. RGB value is (6,172,79). Sum of RGB (Red+Green+Blue) = 6+172+79=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 172 (67.58% from 255 or 66.93% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AC4F is #F953B0. Grayscale: #6F6F6F. Windows color (decimal): -16339889 or 5221382. OLE color: 5221382.

HSL color Cylindrical-coordinate representation of color #06AC4F: hue angle of 146.39º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AC4F is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB617279-
CMYK0.9700.540.33
HSL146.39º93.26%34.9%-
HSV(B)146.39º96.51%67.45%-
XYZ16.2430.1112.35-
YUV111.76109.552.56-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.33%
GREEN value IS 172 (67.58% from 255) = 66.93%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=2.33%
G=66.93%
B=30.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6172790.9700.540.33146.3993.2634.9
Hex6AC4F6103621925d23
Octal62541171410664122213543
Binary11010101100100111111000010110110100001100100101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06AC4F; }

 p { color: rgb(6,172,79); }

 H1.HeaderClassName
 {
   color: #06AC4F;
 }
 .AnyTagClassName
 {
   color: #06AC4F;
 }
</style>
background-color css

<style>
 a { background-color: #06AC4F; }

 a { background-color: rgb(6,172,79); }

 div.DivClassName
 {
   background-color: #06AC4F;
 }
 .BgClassName
 {
   background-color: #06AC4F;
 }
</style>
border-color css

<style>
 span { border-color: #06AC4F; }

 span { border-color: rgb(6,172,79); }

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