#14AC5B

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

Shades of Pigment Green #14AC5B

Tints of Pigment Green #14AC5B

Color information

#14AC5B (or 0x14AC5B) is unknown color: approx Pigment Green. HEX triplet: 14, AC and 5B. RGB value is (20,172,91). Sum of RGB (Red+Green+Blue) = 20+172+91=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 172 (67.58% from 255 or 60.78% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 172 - color contains mainly: green. Hex color #14AC5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AC5B is #EB53A4. Grayscale: #757575. Windows color (decimal): -15422373 or 6007828. OLE color: 6007828.

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

Color convert

RGB2017291-
CMYK0.8800.470.33
HSL148.03º79.17%37.65%-
HSV(B)148.03º88.37%67.45%-
XYZ16.9330.4114.87-
YUV117.32113.1458.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.07%
GREEN value IS 172 (67.58% from 255) = 60.78%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=7.07%
G=60.78%
B=32.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20172910.8800.470.33148.0379.1737.65
Hex14AC5B5802F21944f26
Octal242541331300574122411746
Binary1010010101100101101110110000101111100001100101001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,172,91); }

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

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

 a { background-color: rgb(20,172,91); }

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

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

 span { border-color: rgb(20,172,91); }

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