Html Css Color HEX #14B128 Dark Pastel Green

📋 copy color: '#14B128'

red 20 ◦ green 177 ◦ blue 40

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

Shades of Dark Pastel Green #14B128

Tints of Dark Pastel Green #14B128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.88%

R = 8.44%
G = 74.68%
B = 16.88%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#14B128 (or 0x14B128) is known color: Dark Pastel Green. HEX triplet: 14, B1 and 28. RGB value is (20,177,40). Sum of RGB (Red+Green+Blue) = 20+177+40=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 177 (69.53% from 255 or 74.68% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 177 - color contains mainly: green. Hex color #14B128 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14B128 is #EB4ED7. Grayscale: #727272. Windows color (decimal): -15421144 or 2666772. OLE color: 2666772.

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

Color convert

RGB 20 177 40 -
CMYK 0.89 0 0.77 0.31
HSL 127.64º 0.8% 0.39% -
HSV(B) 127.64º 0.89% 0.69% -
XYZ 16.39 31.75 7.27 -
YUV 114.44 85.99 60.64 -
System Red Green Blue C M Y K H S L
Decimal 20 177 40 0.89 0 0.77 0.31 127.64 0.8 0.39
Hex 14 B1 28 59 0 4D 1F 80 50 27
Octal 24 261 50 131 0 115 37 200 120 47
Binary 10100 10110001 101000 1011001 0 1001101 11111 10000000 1010000 100111

Color Harmonies of #14B128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B128

Black with #14B128

Text Example


Text Example

White with #14B128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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