#14B94C

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

Shades of Dark Pastel Green #14B94C

Tints of Dark Pastel Green #14B94C

Color information

#14B94C (or 0x14B94C) is unknown color: approx Dark Pastel Green. HEX triplet: 14, B9 and 4C. RGB value is (20,185,76). Sum of RGB (Red+Green+Blue) = 20+185+76=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 185 (72.66% from 255 or 65.84% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 185 - color contains mainly: green. Hex color #14B94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B94C is #EB46B3. Grayscale: #7B7B7B. Windows color (decimal): -15419060 or 5028116. OLE color: 5028116.

HSL color Cylindrical-coordinate representation of color #14B94C: hue angle of 140.36º 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 #14B94C is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB2018576-
CMYK0.8900.590.27
HSL140.36º80.49%40.2%-
HSV(B)140.36º89.19%72.55%-
XYZ18.9435.3712.67-
YUV123.24101.3454.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 185 (72.66% from 255) = 65.84%
BLUE value IS 76 (30.08% from 255) = 27.05%
R=7.12%
G=65.84%
B=27.05%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20185760.8900.590.27140.3680.4940.2
Hex14B94C5903B1B8c5028
Octal242711141310733321412050
Binary101001011100110011001011001011101111011100011001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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