Html Css Color HEX #129F84 Mountain Meadow

📋 copy color: '#129F84'

red 18 ◦ green 159 ◦ blue 132

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

Shades of Mountain Meadow #129F84

Tints of Mountain Meadow #129F84

RGB

 RED value IS 18 (7.42% from 255) = 5.83%

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

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 5.83%
G = 51.46%
B = 42.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#129F84 (or 0x129F84) is known color: Mountain Meadow. HEX triplet: 12, 9F and 84. RGB value is (18,159,132). Sum of RGB (Red+Green+Blue) = 18+159+132=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #129F84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129F84 is #ED607B. Grayscale: #717171. Windows color (decimal): -15556732 or 8691474. OLE color: 8691474.

HSL color Cylindrical-coordinate representation of color #129F84: hue angle of 168.51º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F84 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 18 159 132 -
CMYK 0.89 0 0.17 0.38
HSL 168.51º 0.8% 0.35% -
HSV(B) 168.51º 0.89% 0.62% -
XYZ 16.81 26.59 26.08 -
YUV 113.76 138.29 59.7 -
System Red Green Blue C M Y K H S L
Decimal 18 159 132 0.89 0 0.17 0.38 168.51 0.8 0.35
Hex 12 9F 84 59 0 11 26 A9 50 23
Octal 22 237 204 131 0 21 46 251 120 43
Binary 10010 10011111 10000100 1011001 0 10001 100110 10101001 1010000 100011

Color Harmonies of #129F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129F84

Black with #129F84

Text Example


Text Example

White with #129F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129F84; }

 p { color: rgb(18,159,132); }

 H1.HeaderClassName
 {
   color: #129F84;
 }
 .AnyTagClassName
 {
   color: #129F84;
 }
</style>

background-color css

<style>
 a { background-color: #129F84; }

 a { background-color: rgb(18,159,132); }

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

border-color css

<style>
 span { border-color: #129F84; }

 span { border-color: rgb(18,159,132); }

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