#06A13B

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

Shades of Pigment Green #06A13B

Tints of Pigment Green #06A13B

Color information

#06A13B (or 0x06A13B) is unknown color: approx Pigment Green. HEX triplet: 06, A1 and 3B. RGB value is (6,161,59). Sum of RGB (Red+Green+Blue) = 6+161+59=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 161 (63.28% from 255 or 71.24% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 161 - color contains mainly: green. Hex color #06A13B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A13B is #F95EC4. Grayscale: #676767. Windows color (decimal): -16342725 or 3907846. OLE color: 3907846.

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

Color convert

RGB616159-
CMYK0.9600.630.37
HSL140.52º92.81%32.75%-
HSV(B)140.52º96.27%63.14%-
XYZ13.6125.848.41-
YUV103.03103.1558.79-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 161 (63.28% from 255) = 71.24%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=2.65%
G=71.24%
B=26.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6161590.9600.630.37140.5292.8132.75
Hex6A13B6003F258d5d21
Octal6241731400774521513541
Binary1101010000111101111000000111111100101100011011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A13B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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