#06A14F

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

Shades of Pigment Green #06A14F

Tints of Pigment Green #06A14F

Color information

#06A14F (or 0x06A14F) is unknown color: approx Pigment Green. HEX triplet: 06, A1 and 4F. RGB value is (6,161,79). Sum of RGB (Red+Green+Blue) = 6+161+79=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 161 (63.28% from 255 or 65.45% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 161 - color contains mainly: green. Hex color #06A14F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A14F is #F95EB0. Grayscale: #696969. Windows color (decimal): -16342705 or 5218566. OLE color: 5218566.

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

Color convert

RGB616179-
CMYK0.9600.510.37
HSL148.26º92.81%32.75%-
HSV(B)148.26º96.27%63.14%-
XYZ14.2326.0911.68-
YUV105.31113.1557.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.44%
GREEN value IS 161 (63.28% from 255) = 65.45%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=2.44%
G=65.45%
B=32.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6161790.9600.510.37148.2692.8132.75
Hex6A14F6003325945d21
Octal62411171400634522413541
Binary11010100001100111111000000110011100101100101001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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