Html Css Color HEX #09AC86 Mountain Meadow

📋 copy color: '#09AC86'

red 9 ◦ green 172 ◦ blue 134

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

Shades of Mountain Meadow #09AC86

Tints of Mountain Meadow #09AC86

RGB

 RED value IS 9 (3.91% from 255) = 2.86%

 GREEN value IS 172 (67.58% from 255) = 54.6%

 BLUE value IS 134 (52.73% from 255) = 42.54%

R = 2.86%
G = 54.6%
B = 42.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#09AC86 (or 0x09AC86) is known color: Mountain Meadow. HEX triplet: 09, AC and 86. RGB value is (9,172,134). Sum of RGB (Red+Green+Blue) = 9+172+134=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AC86 is #F65379. Grayscale: #767676. Windows color (decimal): -16143226 or 8825865. OLE color: 8825865.

HSL color Cylindrical-coordinate representation of color #09AC86: hue angle of 166.01º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AC86 is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 172 134 -
CMYK 0.95 0 0.22 0.33
HSL 166.01º 0.9% 0.35% -
HSV(B) 166.01º 0.95% 0.67% -
XYZ 19.17 31.28 27.58 -
YUV 118.93 136.5 49.59 -
System Red Green Blue C M Y K H S L
Decimal 9 172 134 0.95 0 0.22 0.33 166.01 0.9 0.35
Hex 9 AC 86 5F 0 16 21 A6 5A 23
Octal 11 254 206 137 0 26 41 246 132 43
Binary 1001 10101100 10000110 1011111 0 10110 100001 10100110 1011010 100011

Color Harmonies of #09AC86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AC86

Black with #09AC86

Text Example


Text Example

White with #09AC86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09AC86; }

 p { color: rgb(9,172,134); }

 H1.HeaderClassName
 {
   color: #09AC86;
 }
 .AnyTagClassName
 {
   color: #09AC86;
 }
</style>

background-color css

<style>
 a { background-color: #09AC86; }

 a { background-color: rgb(9,172,134); }

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

border-color css

<style>
 span { border-color: #09AC86; }

 span { border-color: rgb(9,172,134); }

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