#06A64A

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

Shades of Pigment Green #06A64A

Tints of Pigment Green #06A64A

Color information

#06A64A (or 0x06A64A) is unknown color: approx Pigment Green. HEX triplet: 06, A6 and 4A. RGB value is (6,166,74). Sum of RGB (Red+Green+Blue) = 6+166+74=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 166 (65.23% from 255 or 67.48% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 166 - color contains mainly: green. Hex color #06A64A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A64A is #F959B5. Grayscale: #6B6B6B. Windows color (decimal): -16341430 or 4892166. OLE color: 4892166.

HSL color Cylindrical-coordinate representation of color #06A64A: hue angle of 145.5º 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 #06A64A is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB616674-
CMYK0.9600.550.35
HSL145.5º93.02%33.73%-
HSV(B)145.5º96.39%65.1%-
XYZ14.9527.8111.06-
YUV107.67108.9955.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 166 (65.23% from 255) = 67.48%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=2.44%
G=67.48%
B=30.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6166740.9600.550.35145.593.0233.73
Hex6A64A6003723925d22
Octal62461121400674322213542
Binary11010100110100101011000000110111100011100100101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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