Html Css Color HEX #14B875 Mountain Meadow

📋 copy color: '#14B875'

red 20 ◦ green 184 ◦ blue 117

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

Shades of Mountain Meadow #14B875

Tints of Mountain Meadow #14B875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.32%

 BLUE value IS 117 (46.09% from 255) = 36.45%

R = 6.23%
G = 57.32%
B = 36.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#14B875 (or 0x14B875) is known color: Mountain Meadow. HEX triplet: 14, B8 and 75. RGB value is (20,184,117). Sum of RGB (Red+Green+Blue) = 20+184+117=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 184 (72.27% from 255 or 57.32% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 184 - color contains mainly: green. Hex color #14B875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B875 is #EB478A. Grayscale: #7F7F7F. Windows color (decimal): -15419275 or 7714836. OLE color: 7714836.

HSL color Cylindrical-coordinate representation of color #14B875: hue angle of 155.49º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B875 is Cyan = 0.89, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 184 117 -
CMYK 0.89 0 0.36 0.28
HSL 155.49º 0.8% 0.4% -
HSV(B) 155.49º 0.89% 0.72% -
XYZ 20.64 35.71 22.64 -
YUV 127.33 122.17 51.45 -
System Red Green Blue C M Y K H S L
Decimal 20 184 117 0.89 0 0.36 0.28 155.49 0.8 0.4
Hex 14 B8 75 59 0 24 1C 9B 50 28
Octal 24 270 165 131 0 44 34 233 120 50
Binary 10100 10111000 1110101 1011001 0 100100 11100 10011011 1010000 101000

Color Harmonies of #14B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B875

Black with #14B875

Text Example


Text Example

White with #14B875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,184,117); }

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

background-color css

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

 a { background-color: rgb(20,184,117); }

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

border-color css

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

 span { border-color: rgb(20,184,117); }

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