#06A14C

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

Shades of Pigment Green #06A14C

Tints of Pigment Green #06A14C

Color information

#06A14C (or 0x06A14C) is unknown color: approx Pigment Green. HEX triplet: 06, A1 and 4C. RGB value is (6,161,76). Sum of RGB (Red+Green+Blue) = 6+161+76=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 161 (63.28% from 255 or 66.26% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 161 - color contains mainly: green. Hex color #06A14C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A14C is #F95EB3. Grayscale: #696969. Windows color (decimal): -16342708 or 5021958. OLE color: 5021958.

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

Color convert

RGB616176-
CMYK0.9600.530.37
HSL147.1º92.81%32.75%-
HSV(B)147.1º96.27%63.14%-
XYZ14.1226.0511.12-
YUV104.96111.6557.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 161 (63.28% from 255) = 66.26%
BLUE value IS 76 (30.08% from 255) = 31.28%
R=2.47%
G=66.26%
B=31.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6161760.9600.530.37147.192.8132.75
Hex6A14C6003525935d21
Octal62411141400654522313541
Binary11010100001100110011000000110101100101100100111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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