Html Css Color HEX #09AC80 Mountain Meadow

📋 copy color: '#09AC80'

red 9 ◦ green 172 ◦ blue 128

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

Shades of Mountain Meadow #09AC80

Tints of Mountain Meadow #09AC80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 2.91%
G = 55.66%
B = 41.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#09AC80 (or 0x09AC80) is known color: Mountain Meadow. HEX triplet: 09, AC and 80. RGB value is (9,172,128). Sum of RGB (Red+Green+Blue) = 9+172+128=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AC80 is #F6537F. Grayscale: #767676. Windows color (decimal): -16143232 or 8432649. OLE color: 8432649.

HSL color Cylindrical-coordinate representation of color #09AC80: hue angle of 163.8º 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 #09AC80 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 172 128 -
CMYK 0.95 0 0.26 0.33
HSL 163.8º 0.9% 0.35% -
HSV(B) 163.8º 0.95% 0.67% -
XYZ 18.76 31.12 25.44 -
YUV 118.25 133.5 50.08 -
System Red Green Blue C M Y K H S L
Decimal 9 172 128 0.95 0 0.26 0.33 163.8 0.9 0.35
Hex 9 AC 80 5F 0 1A 21 A4 5A 23
Octal 11 254 200 137 0 32 41 244 132 43
Binary 1001 10101100 10000000 1011111 0 11010 100001 10100100 1011010 100011

Color Harmonies of #09AC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AC80

Black with #09AC80

Text Example


Text Example

White with #09AC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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