#14BC3A

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

Shades of Dark Pastel Green #14BC3A

Tints of Dark Pastel Green #14BC3A

Color information

#14BC3A (or 0x14BC3A) is unknown color: approx Dark Pastel Green. HEX triplet: 14, BC and 3A. RGB value is (20,188,58). Sum of RGB (Red+Green+Blue) = 20+188+58=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BC3A is #EB43C5. Grayscale: #7B7B7B. Windows color (decimal): -15418310 or 3849236. OLE color: 3849236.

HSL color Cylindrical-coordinate representation of color #14BC3A: hue angle of 133.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BC3A is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB2018858-
CMYK0.8900.690.26
HSL133.57º80.77%40.78%-
HSV(B)133.57º89.36%73.73%-
XYZ19.0436.4210.03-
YUV122.9591.3454.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.52%
GREEN value IS 188 (73.83% from 255) = 70.68%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=7.52%
G=70.68%
B=21.80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal20188580.8900.690.26133.5780.7740.78
Hex14BC3A590451A865129
Octal242747213101053220612151
Binary101001011110011101010110010100010111010100001101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,188,58); }

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

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

 a { background-color: rgb(20,188,58); }

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

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

 span { border-color: rgb(20,188,58); }

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