Html Css Color HEX #14B149 Dark Pastel Green

📋 copy color: '#14B149'

red 20 ◦ green 177 ◦ blue 73

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

Shades of Dark Pastel Green #14B149

Tints of Dark Pastel Green #14B149

RGB

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

 GREEN value IS 177 (69.53% from 255) = 65.56%

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

R = 7.41%
G = 65.56%
B = 27.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#14B149 (or 0x14B149) is known color: Dark Pastel Green. HEX triplet: 14, B1 and 49. RGB value is (20,177,73). Sum of RGB (Red+Green+Blue) = 20+177+73=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 177 (69.53% from 255 or 65.56% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 177 - color contains mainly: green. Hex color #14B149 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14B149 is #EB4EB6. Grayscale: #767676. Windows color (decimal): -15421111 or 4829460. OLE color: 4829460.

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

Color convert

RGB 20 177 73 -
CMYK 0.89 0 0.59 0.31
HSL 140.25º 0.8% 0.39% -
HSV(B) 140.25º 0.89% 0.69% -
XYZ 17.21 32.07 11.59 -
YUV 118.2 102.49 57.96 -
System Red Green Blue C M Y K H S L
Decimal 20 177 73 0.89 0 0.59 0.31 140.25 0.8 0.39
Hex 14 B1 49 59 0 3B 1F 8C 50 27
Octal 24 261 111 131 0 73 37 214 120 47
Binary 10100 10110001 1001001 1011001 0 111011 11111 10001100 1010000 100111

Color Harmonies of #14B149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B149

Black with #14B149

Text Example


Text Example

White with #14B149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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