Html Css Color HEX #09AF80 Mountain Meadow

📋 copy color: '#09AF80'

red 9 ◦ green 175 ◦ blue 128

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

Shades of Mountain Meadow #09AF80

Tints of Mountain Meadow #09AF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.09%

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

R = 2.88%
G = 56.09%
B = 41.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#09AF80 (or 0x09AF80) is known color: Mountain Meadow. HEX triplet: 09, AF and 80. RGB value is (9,175,128). Sum of RGB (Red+Green+Blue) = 9+175+128=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AF80 is #F6507F. Grayscale: #787878. Windows color (decimal): -16142464 or 8433417. OLE color: 8433417.

HSL color Cylindrical-coordinate representation of color #09AF80: hue angle of 163.01º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AF80 is Cyan = 0.95, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 175 128 -
CMYK 0.95 0 0.27 0.31
HSL 163.01º 0.9% 0.36% -
HSV(B) 163.01º 0.95% 0.69% -
XYZ 19.34 32.28 25.63 -
YUV 120.01 132.5 48.82 -
System Red Green Blue C M Y K H S L
Decimal 9 175 128 0.95 0 0.27 0.31 163.01 0.9 0.36
Hex 9 AF 80 5F 0 1B 1F A3 5A 24
Octal 11 257 200 137 0 33 37 243 132 44
Binary 1001 10101111 10000000 1011111 0 11011 11111 10100011 1011010 100100

Color Harmonies of #09AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF80

Black with #09AF80

Text Example


Text Example

White with #09AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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