Html Css Color HEX #09AF82 Mountain Meadow

📋 copy color: '#09AF82'

red 9 ◦ green 175 ◦ blue 130

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

Shades of Mountain Meadow #09AF82

Tints of Mountain Meadow #09AF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.4%

R = 2.87%
G = 55.73%
B = 41.4%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#09AF82 (or 0x09AF82) is known color: Mountain Meadow. HEX triplet: 09, AF and 82. RGB value is (9,175,130). Sum of RGB (Red+Green+Blue) = 9+175+130=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AF82 is #F6507D. Grayscale: #787878. Windows color (decimal): -16142462 or 8564489. OLE color: 8564489.

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

Color convert

RGB 9 175 130 -
CMYK 0.95 0 0.26 0.31
HSL 163.73º 0.9% 0.36% -
HSV(B) 163.73º 0.95% 0.69% -
XYZ 19.47 32.33 26.33 -
YUV 120.24 133.5 48.66 -
System Red Green Blue C M Y K H S L
Decimal 9 175 130 0.95 0 0.26 0.31 163.73 0.9 0.36
Hex 9 AF 82 5F 0 1A 1F A4 5A 24
Octal 11 257 202 137 0 32 37 244 132 44
Binary 1001 10101111 10000010 1011111 0 11010 11111 10100100 1011010 100100

Color Harmonies of #09AF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AF82

Black with #09AF82

Text Example


Text Example

White with #09AF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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