Html Css Color HEX #0FB993 Mountain Meadow

📋 copy color: '#0FB993'

red 15 ◦ green 185 ◦ blue 147

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

Shades of Mountain Meadow #0FB993

Tints of Mountain Meadow #0FB993

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.31%

 BLUE value IS 147 (57.81% from 255) = 42.36%

R = 4.32%
G = 53.31%
B = 42.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#0FB993 (or 0x0FB993) is known color: Mountain Meadow. HEX triplet: 0F, B9 and 93. RGB value is (15,185,147). Sum of RGB (Red+Green+Blue) = 15+185+147=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 185 (72.66% from 255 or 53.31% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB993 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB993 is #F0466C. Grayscale: #818181. Windows color (decimal): -15746669 or 9681167. OLE color: 9681167.

HSL color Cylindrical-coordinate representation of color #0FB993: hue angle of 166.59º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB993 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 185 147 -
CMYK 0.92 0 0.21 0.27
HSL 166.59º 0.85% 0.39% -
HSV(B) 166.59º 0.92% 0.73% -
XYZ 22.81 36.91 33.53 -
YUV 129.84 137.68 46.09 -
System Red Green Blue C M Y K H S L
Decimal 15 185 147 0.92 0 0.21 0.27 166.59 0.85 0.39
Hex F B9 93 5C 0 15 1B A7 55 27
Octal 17 271 223 134 0 25 33 247 125 47
Binary 1111 10111001 10010011 1011100 0 10101 11011 10100111 1010101 100111

Color Harmonies of #0FB993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB993

Black with #0FB993

Text Example


Text Example

White with #0FB993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,185,147); }

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

background-color css

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

 a { background-color: rgb(15,185,147); }

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

border-color css

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

 span { border-color: rgb(15,185,147); }

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