#14BA22

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

Shades of Dark Pastel Green #14BA22

Tints of Dark Pastel Green #14BA22

Color information

#14BA22 (or 0x14BA22) is unknown color: approx Dark Pastel Green. HEX triplet: 14, BA and 22. RGB value is (20,186,34). Sum of RGB (Red+Green+Blue) = 20+186+34=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA22 is #EB45DD. Grayscale: #777777. Windows color (decimal): -15418846 or 2275860. OLE color: 2275860.

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

Color convert

RGB2018634-
CMYK0.8900.820.27
HSL125.06º80.58%40.39%-
HSV(B)125.06º89.25%72.94%-
XYZ18.1435.387.39-
YUV119.048057.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 186 (73.05% from 255) = 77.5%
BLUE value IS 34 (13.67% from 255) = 14.17%
R=8.33%
G=77.5%
B=14.17%

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
Decimal20186340.8900.820.27125.0680.5840.39
Hex14BA22590521B7d5128
Octal242724213101223317512150
Binary10100101110101000101011001010100101101111111011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BA22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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