#14CA3B

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

Shades of Dark Pastel Green #14CA3B

Tints of Dark Pastel Green #14CA3B

Color information

#14CA3B (or 0x14CA3B) is unknown color: approx Dark Pastel Green. HEX triplet: 14, CA and 3B. RGB value is (20,202,59). Sum of RGB (Red+Green+Blue) = 20+202+59=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 202 (79.30% from 255 or 71.89% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 202 - color contains mainly: green. Hex color #14CA3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CA3B is #EB35C4. Grayscale: #838383. Windows color (decimal): -15414725 or 3918356. OLE color: 3918356.

HSL color Cylindrical-coordinate representation of color #14CA3B: hue angle of 132.86º 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 #14CA3B is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2020259-
CMYK0.9000.710.21
HSL132.86º81.98%43.53%-
HSV(B)132.86º90.1%79.22%-
XYZ22.242.7111.21-
YUV131.2887.248.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 202 (79.30% from 255) = 71.89%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=7.12%
G=71.89%
B=21.00%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20202590.9000.710.21132.8681.9843.53
Hex14CA3B5A0471585522c
Octal243127313201072520512254
Binary101001100101011101110110100100011110101100001011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14CA3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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