Html Css Color HEX #14A281 Mountain Meadow

📋 copy color: '#14A281'

red 20 ◦ green 162 ◦ blue 129

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

Shades of Mountain Meadow #14A281

Tints of Mountain Meadow #14A281

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.09%

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 6.43%
G = 52.09%
B = 41.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#14A281 (or 0x14A281) is known color: Mountain Meadow. HEX triplet: 14, A2 and 81. RGB value is (20,162,129). Sum of RGB (Red+Green+Blue) = 20+162+129=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #14A281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A281 is #EB5D7E. Grayscale: #737373. Windows color (decimal): -15424895 or 8495636. OLE color: 8495636.

HSL color Cylindrical-coordinate representation of color #14A281: hue angle of 166.06º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A281 is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 20 162 129 -
CMYK 0.88 0 0.20 0.36
HSL 166.06º 0.78% 0.36% -
HSV(B) 166.06º 0.88% 0.64% -
XYZ 17.17 27.57 25.19 -
YUV 115.78 135.46 59.68 -
System Red Green Blue C M Y K H S L
Decimal 20 162 129 0.88 0 0.20 0.36 166.06 0.78 0.36
Hex 14 A2 81 58 0 14 24 A6 4E 24
Octal 24 242 201 130 0 24 44 246 116 44
Binary 10100 10100010 10000001 1011000 0 10100 100100 10100110 1001110 100100

Color Harmonies of #14A281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A281

Black with #14A281

Text Example


Text Example

White with #14A281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,162,129); }

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

background-color css

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

 a { background-color: rgb(20,162,129); }

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

border-color css

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

 span { border-color: rgb(20,162,129); }

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