#14A53E

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

Shades of Pigment Green #14A53E

Tints of Pigment Green #14A53E

Color information

#14A53E (or 0x14A53E) is unknown color: approx Pigment Green. HEX triplet: 14, A5 and 3E. RGB value is (20,165,62). Sum of RGB (Red+Green+Blue) = 20+165+62=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 165 (64.84% from 255 or 66.80% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 165 - color contains mainly: green. Hex color #14A53E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A53E is #EB5AC1. Grayscale: #6E6E6E. Windows color (decimal): -15424194 or 4105492. OLE color: 4105492.

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

Color convert

RGB2016562-
CMYK0.8800.620.35
HSL137.38º78.38%36.27%-
HSV(B)137.38º87.88%64.71%-
XYZ14.6127.419.08-
YUV109.9100.9663.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.10%
GREEN value IS 165 (64.84% from 255) = 66.80%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=8.10%
G=66.80%
B=25.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20165620.8800.620.35137.3878.3836.27
Hex14A53E5803E23894e24
Octal24245761300764321111644
Binary101001010010111111010110000111110100011100010011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,165,62); }

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

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

 a { background-color: rgb(20,165,62); }

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

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

 span { border-color: rgb(20,165,62); }

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