#14A541

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

Shades of Pigment Green #14A541

Tints of Pigment Green #14A541

Color information

#14A541 (or 0x14A541) is unknown color: approx Pigment Green. HEX triplet: 14, A5 and 41. RGB value is (20,165,65). Sum of RGB (Red+Green+Blue) = 20+165+65=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 165 (64.84% from 255 or 66% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 165 - color contains mainly: green. Hex color #14A541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A541 is #EB5ABE. Grayscale: #6E6E6E. Windows color (decimal): -15424191 or 4302100. OLE color: 4302100.

HSL color Cylindrical-coordinate representation of color #14A541: hue angle of 138.62º 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 #14A541 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB2016565-
CMYK0.8800.610.35
HSL138.62º78.38%36.27%-
HSV(B)138.62º87.88%64.71%-
XYZ14.727.449.52-
YUV110.24102.4663.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 165 (64.84% from 255) = 66%
BLUE value IS 65 (25.78% from 255) = 26%
R=8%
G=66%
B=26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20165650.8800.610.35138.6278.3836.27
Hex14A5415803D238b4e24
Octal242451011300754321311644
Binary1010010100101100000110110000111101100011100010111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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