Html Css Color HEX #0FAD8D Mountain Meadow

📋 copy color: '#0FAD8D'

red 15 ◦ green 173 ◦ blue 141

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

Shades of Mountain Meadow #0FAD8D

Tints of Mountain Meadow #0FAD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 4.56%
G = 52.58%
B = 42.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#0FAD8D (or 0x0FAD8D) is known color: Mountain Meadow. HEX triplet: 0F, AD and 8D. RGB value is (15,173,141). Sum of RGB (Red+Green+Blue) = 15+173+141=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAD8D is #F05272. Grayscale: #7A7A7A. Windows color (decimal): -15749747 or 9284879. OLE color: 9284879.

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

Color convert

RGB 15 173 141 -
CMYK 0.91 0 0.18 0.32
HSL 167.85º 0.84% 0.37% -
HSV(B) 167.85º 0.91% 0.68% -
XYZ 19.95 31.91 30.31 -
YUV 122.11 138.65 51.6 -
System Red Green Blue C M Y K H S L
Decimal 15 173 141 0.91 0 0.18 0.32 167.85 0.84 0.37
Hex F AD 8D 5B 0 12 20 A8 54 25
Octal 17 255 215 133 0 22 40 250 124 45
Binary 1111 10101101 10001101 1011011 0 10010 100000 10101000 1010100 100101

Color Harmonies of #0FAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD8D

Black with #0FAD8D

Text Example


Text Example

White with #0FAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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