#14A251

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

Shades of Pigment Green #14A251

Tints of Pigment Green #14A251

Color information

#14A251 (or 0x14A251) is unknown color: approx Pigment Green. HEX triplet: 14, A2 and 51. RGB value is (20,162,81). Sum of RGB (Red+Green+Blue) = 20+162+81=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 162 (63.67% from 255 or 61.60% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 162 - color contains mainly: green. Hex color #14A251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14A251 is #EB5DAE. Grayscale: #6E6E6E. Windows color (decimal): -15424943 or 5349908. OLE color: 5349908.

HSL color Cylindrical-coordinate representation of color #14A251: hue angle of 145.77º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A251 is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB2016281-
CMYK0.8800.500.36
HSL145.77º78.02%35.69%-
HSV(B)145.77º87.65%63.53%-
XYZ14.6926.5812.14-
YUV110.31111.4663.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.60%
GREEN value IS 162 (63.67% from 255) = 61.60%
BLUE value IS 81 (32.03% from 255) = 30.80%
R=7.60%
G=61.60%
B=30.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20162810.8800.500.36145.7778.0235.69
Hex14A2515803224924e24
Octal242421211300624422211644
Binary1010010100010101000110110000110010100100100100101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,162,81); }

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

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

 a { background-color: rgb(20,162,81); }

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

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

 span { border-color: rgb(20,162,81); }

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