Html Css Color HEX #14B472 Mountain Meadow

📋 copy color: '#14B472'

red 20 ◦ green 180 ◦ blue 114

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

Shades of Mountain Meadow #14B472

Tints of Mountain Meadow #14B472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 57.32%

 BLUE value IS 114 (44.92% from 255) = 36.31%

R = 6.37%
G = 57.32%
B = 36.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#14B472 (or 0x14B472) is known color: Mountain Meadow. HEX triplet: 14, B4 and 72. RGB value is (20,180,114). Sum of RGB (Red+Green+Blue) = 20+180+114=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 180 (70.70% from 255 or 57.32% from 314); Blue value is 114 (44.92% from 255 or 36.31% from 314); Max value from RGB is 180 - color contains mainly: green. Hex color #14B472 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B472 is #EB4B8D. Grayscale: #7C7C7C. Windows color (decimal): -15420302 or 7517204. OLE color: 7517204.

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

Color convert

RGB 20 180 114 -
CMYK 0.89 0 0.37 0.29
HSL 155.25º 0.8% 0.39% -
HSV(B) 155.25º 0.89% 0.71% -
XYZ 19.65 34.01 21.45 -
YUV 124.64 121.99 53.37 -
System Red Green Blue C M Y K H S L
Decimal 20 180 114 0.89 0 0.37 0.29 155.25 0.8 0.39
Hex 14 B4 72 59 0 25 1D 9B 50 27
Octal 24 264 162 131 0 45 35 233 120 47
Binary 10100 10110100 1110010 1011001 0 100101 11101 10011011 1010000 100111

Color Harmonies of #14B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B472

Black with #14B472

Text Example


Text Example

White with #14B472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,180,114); }

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

background-color css

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

 a { background-color: rgb(20,180,114); }

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

border-color css

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

 span { border-color: rgb(20,180,114); }

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