#06A352

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

Shades of Pigment Green #06A352

Tints of Pigment Green #06A352

Color information

#06A352 (or 0x06A352) is unknown color: approx Pigment Green. HEX triplet: 06, A3 and 52. RGB value is (6,163,82). Sum of RGB (Red+Green+Blue) = 6+163+82=251 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.39% from 251); Green value is 163 (64.06% from 255 or 64.94% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 163 - color contains mainly: green. Hex color #06A352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A352 is #F95CAD. Grayscale: #6A6A6A. Windows color (decimal): -16342190 or 5415686. OLE color: 5415686.

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

Color convert

RGB616382-
CMYK0.9600.500.36
HSL149.04º92.9%33.14%-
HSV(B)149.04º96.32%63.92%-
XYZ14.726.8412.39-
YUV106.82113.9956.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.39%
GREEN value IS 163 (64.06% from 255) = 64.94%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=2.39%
G=64.94%
B=32.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal6163820.9600.500.36149.0492.933.14
Hex6A3526003224955d21
Octal62431221400624422513541
Binary11010100011101001011000000110010100100100101011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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