#09AF84

Color #09AF84 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #09AF84

Tints of Mountain Meadow #09AF84

Color information

#09AF84 (or 0x09AF84) is unknown color: approx Mountain Meadow. HEX triplet: 09, AF and 84. RGB value is (9,175,132). Sum of RGB (Red+Green+Blue) = 9+175+132=316 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.85% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AF84 is #F6507B. Grayscale: #787878. Windows color (decimal): -16142460 or 8695561. OLE color: 8695561.

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

Color convert

RGB9175132-
CMYK0.9500.250.31
HSL164.46º90.22%36.08%-
HSV(B)164.46º94.86%68.63%-
XYZ19.6132.3827.05-
YUV120.46134.548.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.85%
GREEN value IS 175 (68.75% from 255) = 55.38%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=2.85%
G=55.38%
B=41.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91751320.9500.250.31164.4690.2236.08
Hex9AF845F0191Fa45a24
Octal112572041370313724413244
Binary10011010111110000100101111101100111111101001001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #09AF84;
 }
 .AnyTagClassName
 {
   color: #09AF84;
 }
</style>
background-color css

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

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

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

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

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

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