Html Css Color HEX #0FAD80 Mountain Meadow

📋 copy color: '#0FAD80'

red 15 ◦ green 173 ◦ blue 128

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

Shades of Mountain Meadow #0FAD80

Tints of Mountain Meadow #0FAD80

RGB

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

 GREEN value IS 173 (67.97% from 255) = 54.75%

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

R = 4.75%
G = 54.75%
B = 40.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#0FAD80 (or 0x0FAD80) is known color: Mountain Meadow. HEX triplet: 0F, AD and 80. RGB value is (15,173,128). Sum of RGB (Red+Green+Blue) = 15+173+128=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAD80 is #F0527F. Grayscale: #787878. Windows color (decimal): -15749760 or 8432911. OLE color: 8432911.

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

Color convert

RGB 15 173 128 -
CMYK 0.91 0 0.26 0.32
HSL 162.91º 0.84% 0.37% -
HSV(B) 162.91º 0.91% 0.68% -
XYZ 19.04 31.55 25.51 -
YUV 120.63 132.15 52.66 -
System Red Green Blue C M Y K H S L
Decimal 15 173 128 0.91 0 0.26 0.32 162.91 0.84 0.37
Hex F AD 80 5B 0 1A 20 A3 54 25
Octal 17 255 200 133 0 32 40 243 124 45
Binary 1111 10101101 10000000 1011011 0 11010 100000 10100011 1010100 100101

Color Harmonies of #0FAD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD80

Black with #0FAD80

Text Example


Text Example

White with #0FAD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,173,128); }

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

background-color css

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

 a { background-color: rgb(15,173,128); }

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

border-color css

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

 span { border-color: rgb(15,173,128); }

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