#06AF52

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

Shades of Pigment Green #06AF52

Tints of Pigment Green #06AF52

Color information

#06AF52 (or 0x06AF52) is unknown color: approx Pigment Green. HEX triplet: 06, AF and 52. RGB value is (6,175,82). Sum of RGB (Red+Green+Blue) = 6+175+82=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 175 (68.75% from 255 or 66.54% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 175 - color contains mainly: green. Hex color #06AF52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06AF52 is #F950AD. Grayscale: #727272. Windows color (decimal): -16339118 or 5418758. OLE color: 5418758.

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

Color convert

RGB617582-
CMYK0.9700.530.31
HSL146.98º93.37%35.49%-
HSV(B)146.98º96.57%68.63%-
XYZ16.9331.3113.13-
YUV113.87110.0151.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.28%
GREEN value IS 175 (68.75% from 255) = 66.54%
BLUE value IS 82 (32.42% from 255) = 31.18%
R=2.28%
G=66.54%
B=31.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal6175820.9700.530.31146.9893.3735.49
Hex6AF52610351F935d23
Octal62571221410653722313543
Binary1101010111110100101100001011010111111100100111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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