#14B435

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

Shades of Dark Pastel Green #14B435

Tints of Dark Pastel Green #14B435

Color information

#14B435 (or 0x14B435) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B4 and 35. RGB value is (20,180,53). Sum of RGB (Red+Green+Blue) = 20+180+53=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 180 (70.70% from 255 or 71.15% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 180 - color contains mainly: green. Hex color #14B435 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B435 is #EB4BCA. Grayscale: #767676. Windows color (decimal): -15420363 or 3519508. OLE color: 3519508.

HSL color Cylindrical-coordinate representation of color #14B435: hue angle of 132.38º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B435 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB2018053-
CMYK0.8900.710.29
HSL132.38º80%39.22%-
HSV(B)132.38º88.89%70.59%-
XYZ17.2533.058.84-
YUV117.6891.4958.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 180 (70.70% from 255) = 71.15%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=7.91%
G=71.15%
B=20.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal20180530.8900.710.29132.388039.22
Hex14B435590471D845027
Octal242646513101073520412047
Binary101001011010011010110110010100011111101100001001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,180,53); }

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

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

 a { background-color: rgb(20,180,53); }

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

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

 span { border-color: rgb(20,180,53); }

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