#14AB52

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

Shades of Pigment Green #14AB52

Tints of Pigment Green #14AB52

Color information

#14AB52 (or 0x14AB52) is unknown color: approx Pigment Green. HEX triplet: 14, AB and 52. RGB value is (20,171,82). Sum of RGB (Red+Green+Blue) = 20+171+82=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 171 (67.19% from 255 or 62.64% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AB52 is #EB54AD. Grayscale: #737373. Windows color (decimal): -15422638 or 5417748. OLE color: 5417748.

HSL color Cylindrical-coordinate representation of color #14AB52: hue angle of 144.64º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AB52 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB2017182-
CMYK0.8800.520.33
HSL144.64º79.06%37.45%-
HSV(B)144.64º88.3%67.06%-
XYZ16.3729.8812.89-
YUV115.7108.9759.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 171 (67.19% from 255) = 62.64%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=7.33%
G=62.64%
B=30.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20171820.8800.520.33144.6479.0637.45
Hex14AB525803421914f25
Octal242531221300644122111745
Binary1010010101011101001010110000110100100001100100011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14AB52; }

 p { color: rgb(20,171,82); }

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

<style>
 a { background-color: #14AB52; }

 a { background-color: rgb(20,171,82); }

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

<style>
 span { border-color: #14AB52; }

 span { border-color: rgb(20,171,82); }

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