Html Css Color HEX #14B949 Dark Pastel Green

📋 copy color: '#14B949'

red 20 ◦ green 185 ◦ blue 73

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

Shades of Dark Pastel Green #14B949

Tints of Dark Pastel Green #14B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 66.55%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 7.19%
G = 66.55%
B = 26.26%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#14B949 (or 0x14B949) is known color: Dark Pastel Green. HEX triplet: 14, B9 and 49. RGB value is (20,185,73). Sum of RGB (Red+Green+Blue) = 20+185+73=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 185 (72.66% from 255 or 66.55% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 185 - color contains mainly: green. Hex color #14B949 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B949 is #EB46B6. Grayscale: #7B7B7B. Windows color (decimal): -15419063 or 4831508. OLE color: 4831508.

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

Color convert

RGB 20 185 73 -
CMYK 0.89 0 0.61 0.27
HSL 139.27º 0.8% 0.4% -
HSV(B) 139.27º 0.89% 0.73% -
XYZ 18.84 35.33 12.13 -
YUV 122.9 99.84 54.61 -
System Red Green Blue C M Y K H S L
Decimal 20 185 73 0.89 0 0.61 0.27 139.27 0.8 0.4
Hex 14 B9 49 59 0 3D 1B 8B 50 28
Octal 24 271 111 131 0 75 33 213 120 50
Binary 10100 10111001 1001001 1011001 0 111101 11011 10001011 1010000 101000

Color Harmonies of #14B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B949

Black with #14B949

Text Example


Text Example

White with #14B949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,185,73); }

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

background-color css

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

 a { background-color: rgb(20,185,73); }

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

border-color css

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

 span { border-color: rgb(20,185,73); }

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