#14A533

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

Shades of Dark Pastel Green #14A533

Tints of Dark Pastel Green #14A533

Color information

#14A533 (or 0x14A533) is unknown color: approx Dark Pastel Green. HEX triplet: 14, A5 and 33. RGB value is (20,165,51). Sum of RGB (Red+Green+Blue) = 20+165+51=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 165 (64.84% from 255 or 69.92% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 165 - color contains mainly: green. Hex color #14A533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A533 is #EB5ACC. Grayscale: #6C6C6C. Windows color (decimal): -15424205 or 3384596. OLE color: 3384596.

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

Color convert

RGB2016551-
CMYK0.8800.690.35
HSL132.83º78.38%36.27%-
HSV(B)132.83º87.88%64.71%-
XYZ14.3427.37.65-
YUV108.6595.4664.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.47%
GREEN value IS 165 (64.84% from 255) = 69.92%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=8.47%
G=69.92%
B=21.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20165510.8800.690.35132.8378.3836.27
Hex14A5335804523854e24
Octal242456313001054320511644
Binary1010010100101110011101100001000101100011100001011001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14A533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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