Html Css Color HEX #0FAD84 Mountain Meadow

📋 copy color: '#0FAD84'

red 15 ◦ green 173 ◦ blue 132

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

Shades of Mountain Meadow #0FAD84

Tints of Mountain Meadow #0FAD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 4.69%
G = 54.06%
B = 41.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#0FAD84 (or 0x0FAD84) is known color: Mountain Meadow. HEX triplet: 0F, AD and 84. RGB value is (15,173,132). Sum of RGB (Red+Green+Blue) = 15+173+132=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAD84 is #F0527B. Grayscale: #797979. Windows color (decimal): -15749756 or 8695055. OLE color: 8695055.

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

Color convert

RGB 15 173 132 -
CMYK 0.91 0 0.24 0.32
HSL 164.43º 0.84% 0.37% -
HSV(B) 164.43º 0.91% 0.68% -
XYZ 19.31 31.65 26.92 -
YUV 121.08 134.15 52.33 -
System Red Green Blue C M Y K H S L
Decimal 15 173 132 0.91 0 0.24 0.32 164.43 0.84 0.37
Hex F AD 84 5B 0 18 20 A4 54 25
Octal 17 255 204 133 0 30 40 244 124 45
Binary 1111 10101101 10000100 1011011 0 11000 100000 10100100 1010100 100101

Color Harmonies of #0FAD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD84

Black with #0FAD84

Text Example


Text Example

White with #0FAD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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