Html Css Color HEX #149F81 Mountain Meadow

📋 copy color: '#149F81'

red 20 ◦ green 159 ◦ blue 129

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

Shades of Mountain Meadow #149F81

Tints of Mountain Meadow #149F81

RGB

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

 GREEN value IS 159 (62.5% from 255) = 51.62%

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

R = 6.49%
G = 51.62%
B = 41.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#149F81 (or 0x149F81) is known color: Mountain Meadow. HEX triplet: 14, 9F and 81. RGB value is (20,159,129). Sum of RGB (Red+Green+Blue) = 20+159+129=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 159 (62.5% from 255 or 51.62% from 308); Blue value is 129 (50.78% from 255 or 41.88% from 308); Max value from RGB is 159 - color contains mainly: green. Hex color #149F81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149F81 is #EB607E. Grayscale: #717171. Windows color (decimal): -15425663 or 8494868. OLE color: 8494868.

HSL color Cylindrical-coordinate representation of color #149F81: hue angle of 167.05º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149F81 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 159 129 -
CMYK 0.87 0 0.19 0.38
HSL 167.05º 0.78% 0.35% -
HSV(B) 167.05º 0.87% 0.62% -
XYZ 16.65 26.53 25.01 -
YUV 114.02 136.45 60.94 -
System Red Green Blue C M Y K H S L
Decimal 20 159 129 0.87 0 0.19 0.38 167.05 0.78 0.35
Hex 14 9F 81 57 0 13 26 A7 4E 23
Octal 24 237 201 127 0 23 46 247 116 43
Binary 10100 10011111 10000001 1010111 0 10011 100110 10100111 1001110 100011

Color Harmonies of #149F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149F81

Black with #149F81

Text Example


Text Example

White with #149F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149F81; }

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

 H1.HeaderClassName
 {
   color: #149F81;
 }
 .AnyTagClassName
 {
   color: #149F81;
 }
</style>

background-color css

<style>
 a { background-color: #149F81; }

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

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

border-color css

<style>
 span { border-color: #149F81; }

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

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