Html Css Color HEX #0FB895 Mountain Meadow

📋 copy color: '#0FB895'

red 15 ◦ green 184 ◦ blue 149

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

Shades of Mountain Meadow #0FB895

Tints of Mountain Meadow #0FB895

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.87%

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 4.31%
G = 52.87%
B = 42.82%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#0FB895 (or 0x0FB895) is known color: Mountain Meadow. HEX triplet: 0F, B8 and 95. RGB value is (15,184,149). Sum of RGB (Red+Green+Blue) = 15+184+149=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB895 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB895 is #F0476A. Grayscale: #818181. Windows color (decimal): -15746923 or 9811983. OLE color: 9811983.

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

Color convert

RGB 15 184 149 -
CMYK 0.92 0 0.19 0.28
HSL 167.57º 0.85% 0.39% -
HSV(B) 167.57º 0.92% 0.72% -
XYZ 22.76 36.55 34.29 -
YUV 129.48 139.01 46.35 -
System Red Green Blue C M Y K H S L
Decimal 15 184 149 0.92 0 0.19 0.28 167.57 0.85 0.39
Hex F B8 95 5C 0 13 1C A8 55 27
Octal 17 270 225 134 0 23 34 250 125 47
Binary 1111 10111000 10010101 1011100 0 10011 11100 10101000 1010101 100111

Color Harmonies of #0FB895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB895

Black with #0FB895

Text Example


Text Example

White with #0FB895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,184,149); }

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

background-color css

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

 a { background-color: rgb(15,184,149); }

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

border-color css

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

 span { border-color: rgb(15,184,149); }

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