Html Css Color HEX #14BA37 Dark Pastel Green

📋 copy color: '#14BA37'

red 20 ◦ green 186 ◦ blue 55

#14BA37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #14BA37

Tints of Dark Pastel Green #14BA37

RGB

 RED value IS 20 (8.2% from 255) = 7.66%

 GREEN value IS 186 (73.05% from 255) = 71.26%

 BLUE value IS 55 (21.88% from 255) = 21.07%

R = 7.66%
G = 71.26%
B = 21.07%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#14BA37 (or 0x14BA37) is known color: Dark Pastel Green. HEX triplet: 14, BA and 37. RGB value is (20,186,55). Sum of RGB (Red+Green+Blue) = 20+186+55=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 186 (73.05% from 255 or 71.26% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA37 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA37 is #EB45C8. Grayscale: #797979. Windows color (decimal): -15418825 or 3652116. OLE color: 3652116.

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

Color convert

RGB 20 186 55 -
CMYK 0.89 0 0.70 0.27
HSL 132.65º 0.81% 0.4% -
HSV(B) 132.65º 0.89% 0.73% -
XYZ 18.54 35.54 9.5 -
YUV 121.43 90.5 55.65 -
System Red Green Blue C M Y K H S L
Decimal 20 186 55 0.89 0 0.70 0.27 132.65 0.81 0.4
Hex 14 BA 37 59 0 46 1B 85 51 28
Octal 24 272 67 131 0 106 33 205 121 50
Binary 10100 10111010 110111 1011001 0 1000110 11011 10000101 1010001 101000

Color Harmonies of #14BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA37

Black with #14BA37

Text Example


Text Example

White with #14BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14BA37;
 }
 .AnyTagClassName
 {
   color: #14BA37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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