Html Css Color HEX #14B271 Mountain Meadow

📋 copy color: '#14B271'

red 20 ◦ green 178 ◦ blue 113

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

Shades of Mountain Meadow #14B271

Tints of Mountain Meadow #14B271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 6.43%
G = 57.23%
B = 36.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#14B271 (or 0x14B271) is known color: Mountain Meadow. HEX triplet: 14, B2 and 71. RGB value is (20,178,113). Sum of RGB (Red+Green+Blue) = 20+178+113=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #14B271 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B271 is #EB4D8E. Grayscale: #7B7B7B. Windows color (decimal): -15420815 or 7451156. OLE color: 7451156.

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

Color convert

RGB 20 178 113 -
CMYK 0.89 0 0.37 0.30
HSL 155.32º 0.8% 0.39% -
HSV(B) 155.32º 0.89% 0.7% -
XYZ 19.19 33.18 21.02 -
YUV 123.35 122.15 54.29 -
System Red Green Blue C M Y K H S L
Decimal 20 178 113 0.89 0 0.37 0.30 155.32 0.8 0.39
Hex 14 B2 71 59 0 25 1E 9B 50 27
Octal 24 262 161 131 0 45 36 233 120 47
Binary 10100 10110010 1110001 1011001 0 100101 11110 10011011 1010000 100111

Color Harmonies of #14B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B271

Black with #14B271

Text Example


Text Example

White with #14B271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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