#0FAE85

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

Shades of Mountain Meadow #0FAE85

Tints of Mountain Meadow #0FAE85

Color information

#0FAE85 (or 0x0FAE85) is unknown color: approx Mountain Meadow. HEX triplet: 0F, AE and 85. RGB value is (15,174,133). Sum of RGB (Red+Green+Blue) = 15+174+133=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAE85 is #F0517A. Grayscale: #797979. Windows color (decimal): -15749499 or 8760847. OLE color: 8760847.

HSL color Cylindrical-coordinate representation of color #0FAE85: hue angle of 164.53º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAE85 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB15174133-
CMYK0.9100.240.32
HSL164.53º84.13%37.06%-
HSV(B)164.53º91.38%68.24%-
XYZ19.5732.0727.35-
YUV121.78134.3251.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.66%
GREEN value IS 174 (68.36% from 255) = 54.04%
BLUE value IS 133 (52.34% from 255) = 41.30%
R=4.66%
G=54.04%
B=41.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151741330.9100.240.32164.5384.1337.06
HexFAE855B01820a55425
Octal172562051330304024512445
Binary111110101110100001011011011011000100000101001011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0FAE85; }

 p { color: rgb(15,174,133); }

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

<style>
 a { background-color: #0FAE85; }

 a { background-color: rgb(15,174,133); }

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

<style>
 span { border-color: #0FAE85; }

 span { border-color: rgb(15,174,133); }

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