#06A052

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

Shades of Pigment Green #06A052

Tints of Pigment Green #06A052

Color information

#06A052 (or 0x06A052) is unknown color: approx Pigment Green. HEX triplet: 06, A0 and 52. RGB value is (6,160,82). Sum of RGB (Red+Green+Blue) = 6+160+82=248 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.42% from 248); Green value is 160 (62.89% from 255 or 64.52% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 160 - color contains mainly: green. Hex color #06A052 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A052 is #F95FAD. Grayscale: #696969. Windows color (decimal): -16342958 or 5414918. OLE color: 5414918.

HSL color Cylindrical-coordinate representation of color #06A052: hue angle of 149.61º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A052 is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB616082-
CMYK0.9600.490.37
HSL149.61º92.77%32.55%-
HSV(B)149.61º96.25%62.75%-
XYZ14.1725.7912.21-
YUV105.06114.9857.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.42%
GREEN value IS 160 (62.89% from 255) = 64.52%
BLUE value IS 82 (32.42% from 255) = 33.06%
R=2.42%
G=64.52%
B=33.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6160820.9600.490.37149.6192.7732.55
Hex6A0526003125965d21
Octal62401221400614522613541
Binary11010100000101001011000000110001100101100101101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,160,82); }

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

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

 a { background-color: rgb(6,160,82); }

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

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

 span { border-color: rgb(6,160,82); }

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