Html Css Color HEX #0FAD83 Mountain Meadow

📋 copy color: '#0FAD83'

red 15 ◦ green 173 ◦ blue 131

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

Shades of Mountain Meadow #0FAD83

Tints of Mountain Meadow #0FAD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.07%

R = 4.7%
G = 54.23%
B = 41.07%

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

#0FAD83 (or 0x0FAD83) is known color: Mountain Meadow. HEX triplet: 0F, AD and 83. RGB value is (15,173,131). Sum of RGB (Red+Green+Blue) = 15+173+131=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 173 (67.97% from 255 or 54.23% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FAD83 is #F0527C. Grayscale: #787878. Windows color (decimal): -15749757 or 8629519. OLE color: 8629519.

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

Color convert

RGB 15 173 131 -
CMYK 0.91 0 0.24 0.32
HSL 164.05º 0.84% 0.37% -
HSV(B) 164.05º 0.91% 0.68% -
XYZ 19.24 31.63 26.56 -
YUV 120.97 133.65 52.42 -
System Red Green Blue C M Y K H S L
Decimal 15 173 131 0.91 0 0.24 0.32 164.05 0.84 0.37
Hex F AD 83 5B 0 18 20 A4 54 25
Octal 17 255 203 133 0 30 40 244 124 45
Binary 1111 10101101 10000011 1011011 0 11000 100000 10100100 1010100 100101

Color Harmonies of #0FAD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD83

Black with #0FAD83

Text Example


Text Example

White with #0FAD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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