Html Css Color HEX #14B249 Dark Pastel Green

📋 copy color: '#14B249'

red 20 ◦ green 178 ◦ blue 73

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

Shades of Dark Pastel Green #14B249

Tints of Dark Pastel Green #14B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 65.68%

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

R = 7.38%
G = 65.68%
B = 26.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#14B249 (or 0x14B249) is known color: Dark Pastel Green. HEX triplet: 14, B2 and 49. RGB value is (20,178,73). Sum of RGB (Red+Green+Blue) = 20+178+73=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 73 (28.91% from 255 or 26.94% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #14B249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14B249 is #EB4DB6. Grayscale: #777777. Windows color (decimal): -15420855 or 4829716. OLE color: 4829716.

HSL color Cylindrical-coordinate representation of color #14B249: hue angle of 140.13º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B249 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 178 73 -
CMYK 0.89 0 0.59 0.30
HSL 140.13º 0.8% 0.39% -
HSV(B) 140.13º 0.89% 0.7% -
XYZ 17.41 32.47 11.65 -
YUV 118.79 102.15 57.54 -
System Red Green Blue C M Y K H S L
Decimal 20 178 73 0.89 0 0.59 0.30 140.13 0.8 0.39
Hex 14 B2 49 59 0 3B 1E 8C 50 27
Octal 24 262 111 131 0 73 36 214 120 47
Binary 10100 10110010 1001001 1011001 0 111011 11110 10001100 1010000 100111

Color Harmonies of #14B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B249

Black with #14B249

Text Example


Text Example

White with #14B249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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