#14CA39

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

Shades of Dark Pastel Green #14CA39

Tints of Dark Pastel Green #14CA39

Color information

#14CA39 (or 0x14CA39) is unknown color: approx Dark Pastel Green. HEX triplet: 14, CA and 39. RGB value is (20,202,57). Sum of RGB (Red+Green+Blue) = 20+202+57=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 202 (79.30% from 255 or 72.40% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA39 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CA39 is #EB35C6. Grayscale: #838383. Windows color (decimal): -15414727 or 3787284. OLE color: 3787284.

HSL color Cylindrical-coordinate representation of color #14CA39: hue angle of 132.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CA39 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB2020257-
CMYK0.9000.720.21
HSL132.2º81.98%43.53%-
HSV(B)132.2º90.1%79.22%-
XYZ22.1542.6910.94-
YUV131.0586.248.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.17%
GREEN value IS 202 (79.30% from 255) = 72.40%
BLUE value IS 57 (22.66% from 255) = 20.43%
R=7.17%
G=72.40%
B=20.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20202570.9000.720.21132.281.9843.53
Hex14CA395A0481584522c
Octal243127113201102520412254
Binary101001100101011100110110100100100010101100001001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,202,57); }

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

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

 a { background-color: rgb(20,202,57); }

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

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

 span { border-color: rgb(20,202,57); }

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