Html Css Color HEX #0FAE86 Mountain Meadow

📋 copy color: '#0FAE86'

red 15 ◦ green 174 ◦ blue 134

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

Shades of Mountain Meadow #0FAE86

Tints of Mountain Meadow #0FAE86

RGB

 RED value IS 15 (6.25% from 255) = 4.64%

 GREEN value IS 174 (68.36% from 255) = 53.87%

 BLUE value IS 134 (52.73% from 255) = 41.49%

R = 4.64%
G = 53.87%
B = 41.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#0FAE86 (or 0x0FAE86) is known color: Mountain Meadow. HEX triplet: 0F, AE and 86. RGB value is (15,174,134). Sum of RGB (Red+Green+Blue) = 15+174+134=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 174 (68.36% from 255 or 53.87% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAE86 is #F05179. Grayscale: #797979. Windows color (decimal): -15749498 or 8826383. OLE color: 8826383.

HSL color Cylindrical-coordinate representation of color #0FAE86: hue angle of 164.91º 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 #0FAE86 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 174 134 -
CMYK 0.91 0 0.23 0.32
HSL 164.91º 0.84% 0.37% -
HSV(B) 164.91º 0.91% 0.68% -
XYZ 19.64 32.09 27.71 -
YUV 121.9 134.82 51.75 -
System Red Green Blue C M Y K H S L
Decimal 15 174 134 0.91 0 0.23 0.32 164.91 0.84 0.37
Hex F AE 86 5B 0 17 20 A5 54 25
Octal 17 256 206 133 0 27 40 245 124 45
Binary 1111 10101110 10000110 1011011 0 10111 100000 10100101 1010100 100101

Color Harmonies of #0FAE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE86

Black with #0FAE86

Text Example


Text Example

White with #0FAE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FAE86;
 }
 .AnyTagClassName
 {
   color: #0FAE86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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