#06AB52

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

Shades of Pigment Green #06AB52

Tints of Pigment Green #06AB52

Color information

#06AB52 (or 0x06AB52) is unknown color: approx Pigment Green. HEX triplet: 06, AB and 52. RGB value is (6,171,82). Sum of RGB (Red+Green+Blue) = 6+171+82=259 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.32% from 259); Green value is 171 (67.19% from 255 or 66.02% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 171 - color contains mainly: green. Hex color #06AB52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AB52 is #F954AD. Grayscale: #6F6F6F. Windows color (decimal): -16340142 or 5417734. OLE color: 5417734.

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

Color convert

RGB617182-
CMYK0.9600.520.33
HSL147.64º93.22%34.71%-
HSV(B)147.64º96.49%67.06%-
XYZ16.1629.7712.88-
YUV111.52111.3452.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.32%
GREEN value IS 171 (67.19% from 255) = 66.02%
BLUE value IS 82 (32.42% from 255) = 31.66%
R=2.32%
G=66.02%
B=31.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6171820.9600.520.33147.6493.2234.71
Hex6AB526003421945d23
Octal62531221400644122413543
Binary11010101011101001011000000110100100001100101001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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