#14BA21

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

Shades of Dark Pastel Green #14BA21

Tints of Dark Pastel Green #14BA21

Color information

#14BA21 (or 0x14BA21) is unknown color: approx Dark Pastel Green. HEX triplet: 14, BA and 21. RGB value is (20,186,33). Sum of RGB (Red+Green+Blue) = 20+186+33=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 186 (73.05% from 255 or 77.82% from 239); Blue value is 33 (13.28% from 255 or 13.81% from 239); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA21 is #EB45DE. Grayscale: #777777. Windows color (decimal): -15418847 or 2210324. OLE color: 2210324.

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

Color convert

RGB2018633-
CMYK0.8900.820.27
HSL124.7º80.58%40.39%-
HSV(B)124.7º89.25%72.94%-
XYZ18.1235.387.31-
YUV118.9279.557.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 186 (73.05% from 255) = 77.82%
BLUE value IS 33 (13.28% from 255) = 13.81%
R=8.37%
G=77.82%
B=13.81%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20186330.8900.820.27124.780.5840.39
Hex14BA21590521B7d5128
Octal242724113101223317512150
Binary10100101110101000011011001010100101101111111011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,186,33); }

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

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

 a { background-color: rgb(20,186,33); }

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

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

 span { border-color: rgb(20,186,33); }

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