#06A145

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

Shades of Pigment Green #06A145

Tints of Pigment Green #06A145

Color information

#06A145 (or 0x06A145) is unknown color: approx Pigment Green. HEX triplet: 06, A1 and 45. RGB value is (6,161,69). Sum of RGB (Red+Green+Blue) = 6+161+69=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 161 (63.28% from 255 or 68.22% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 161 - color contains mainly: green. Hex color #06A145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A145 is #F95EBA. Grayscale: #686868. Windows color (decimal): -16342715 or 4563206. OLE color: 4563206.

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

Color convert

RGB616169-
CMYK0.9600.570.37
HSL144.39º92.81%32.75%-
HSV(B)144.39º96.27%63.14%-
XYZ13.8925.969.91-
YUV104.17108.1557.98-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.54%
GREEN value IS 161 (63.28% from 255) = 68.22%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=2.54%
G=68.22%
B=29.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6161690.9600.570.37144.3992.8132.75
Hex6A1456003925905d21
Octal62411051400714522013541
Binary11010100001100010111000000111001100101100100001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,161,69); }

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

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

 a { background-color: rgb(6,161,69); }

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

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

 span { border-color: rgb(6,161,69); }

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