#14B935

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

Shades of Dark Pastel Green #14B935

Tints of Dark Pastel Green #14B935

Color information

#14B935 (or 0x14B935) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B9 and 35. RGB value is (20,185,53). Sum of RGB (Red+Green+Blue) = 20+185+53=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 185 (72.66% from 255 or 71.71% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 185 - color contains mainly: green. Hex color #14B935 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B935 is #EB46CA. Grayscale: #787878. Windows color (decimal): -15419083 or 3520788. OLE color: 3520788.

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

Color convert

RGB2018553-
CMYK0.8900.710.27
HSL132º80.49%40.2%-
HSV(B)132º89.19%72.55%-
XYZ18.2835.19.18-
YUV120.6289.8456.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.75%
GREEN value IS 185 (72.66% from 255) = 71.71%
BLUE value IS 53 (21.09% from 255) = 20.54%
R=7.75%
G=71.71%
B=20.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20185530.8900.710.2713280.4940.2
Hex14B935590471B845028
Octal242716513101073320412050
Binary101001011100111010110110010100011111011100001001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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