#06AC50

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

Shades of Pigment Green #06AC50

Tints of Pigment Green #06AC50

Color information

#06AC50 (or 0x06AC50) is unknown color: approx Pigment Green. HEX triplet: 06, AC and 50. RGB value is (6,172,80). Sum of RGB (Red+Green+Blue) = 6+172+80=258 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 258); Green value is 172 (67.58% from 255 or 66.67% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AC50 is #F953AF. Grayscale: #707070. Windows color (decimal): -16339888 or 5286918. OLE color: 5286918.

HSL color Cylindrical-coordinate representation of color #06AC50: hue angle of 146.75º 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 #06AC50 is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB617280-
CMYK0.9700.530.33
HSL146.75º93.26%34.9%-
HSV(B)146.75º96.51%67.45%-
XYZ16.2830.1212.55-
YUV111.8811052.48-

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.67%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=2.33%
G=66.67%
B=31.01%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6172800.9700.530.33146.7593.2634.9
Hex6AC506103521935d23
Octal62541201410654122313543
Binary11010101100101000011000010110101100001100100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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