#06A654

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

Shades of Pigment Green #06A654

Tints of Pigment Green #06A654

Color information

#06A654 (or 0x06A654) is unknown color: approx Pigment Green. HEX triplet: 06, A6 and 54. RGB value is (6,166,84). Sum of RGB (Red+Green+Blue) = 6+166+84=256 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.34% from 256); Green value is 166 (65.23% from 255 or 64.84% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 166 - color contains mainly: green. Hex color #06A654 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A654 is #F959AB. Grayscale: #6C6C6C. Windows color (decimal): -16341420 or 5547526. OLE color: 5547526.

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

Color convert

RGB616684-
CMYK0.9600.490.35
HSL149.25º93.02%33.73%-
HSV(B)149.25º96.39%65.1%-
XYZ15.3127.9512.98-
YUV108.81113.9954.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.34%
GREEN value IS 166 (65.23% from 255) = 64.84%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=2.34%
G=64.84%
B=32.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6166840.9600.490.35149.2593.0233.73
Hex6A6546003123955d22
Octal62461241400614322513542
Binary11010100110101010011000000110001100011100101011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,166,84); }

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

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

 a { background-color: rgb(6,166,84); }

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

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

 span { border-color: rgb(6,166,84); }

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