#06A14B

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

Shades of Pigment Green #06A14B

Tints of Pigment Green #06A14B

Color information

#06A14B (or 0x06A14B) is unknown color: approx Pigment Green. HEX triplet: 06, A1 and 4B. RGB value is (6,161,75). Sum of RGB (Red+Green+Blue) = 6+161+75=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 161 (63.28% from 255 or 66.53% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 161 - color contains mainly: green. Hex color #06A14B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06A14B is #F95EB4. Grayscale: #696969. Windows color (decimal): -16342709 or 4956422. OLE color: 4956422.

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

Color convert

RGB616175-
CMYK0.9600.530.37
HSL146.71º92.81%32.75%-
HSV(B)146.71º96.27%63.14%-
XYZ14.0926.0410.94-
YUV104.85111.1557.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.48%
GREEN value IS 161 (63.28% from 255) = 66.53%
BLUE value IS 75 (29.69% from 255) = 30.99%
R=2.48%
G=66.53%
B=30.99%

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
Decimal6161750.9600.530.37146.7192.8132.75
Hex6A14B6003525935d21
Octal62411131400654522313541
Binary11010100001100101111000000110101100101100100111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06A14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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