Html Css Color HEX #14A883 Mountain Meadow

📋 copy color: '#14A883'

red 20 ◦ green 168 ◦ blue 131

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

Shades of Mountain Meadow #14A883

Tints of Mountain Meadow #14A883

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.66%

 BLUE value IS 131 (51.56% from 255) = 41.07%

R = 6.27%
G = 52.66%
B = 41.07%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#14A883 (or 0x14A883) is known color: Mountain Meadow. HEX triplet: 14, A8 and 83. RGB value is (20,168,131). Sum of RGB (Red+Green+Blue) = 20+168+131=319 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.27% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #14A883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A883 is #EB577C. Grayscale: #777777. Windows color (decimal): -15423357 or 8628244. OLE color: 8628244.

HSL color Cylindrical-coordinate representation of color #14A883: hue angle of 165º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A883 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 20 168 131 -
CMYK 0.88 0 0.22 0.34
HSL 165º 0.79% 0.37% -
HSV(B) 165º 0.88% 0.66% -
XYZ 18.39 29.79 26.25 -
YUV 119.53 134.47 57.01 -
System Red Green Blue C M Y K H S L
Decimal 20 168 131 0.88 0 0.22 0.34 165 0.79 0.37
Hex 14 A8 83 58 0 16 22 A5 4F 25
Octal 24 250 203 130 0 26 42 245 117 45
Binary 10100 10101000 10000011 1011000 0 10110 100010 10100101 1001111 100101

Color Harmonies of #14A883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A883

Black with #14A883

Text Example


Text Example

White with #14A883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,168,131); }

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

background-color css

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

 a { background-color: rgb(20,168,131); }

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

border-color css

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

 span { border-color: rgb(20,168,131); }

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