Html Css Color HEX #0FB896 Mountain Meadow

📋 copy color: '#0FB896'

red 15 ◦ green 184 ◦ blue 150

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

Shades of Mountain Meadow #0FB896

Tints of Mountain Meadow #0FB896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 4.3%
G = 52.72%
B = 42.98%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#0FB896 (or 0x0FB896) is known color: Mountain Meadow. HEX triplet: 0F, B8 and 96. RGB value is (15,184,150). Sum of RGB (Red+Green+Blue) = 15+184+150=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 184 (72.27% from 255 or 52.72% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB896 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB896 is #F04769. Grayscale: #818181. Windows color (decimal): -15746922 or 9877519. OLE color: 9877519.

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

Color convert

RGB 15 184 150 -
CMYK 0.92 0 0.18 0.28
HSL 167.93º 0.85% 0.39% -
HSV(B) 167.93º 0.92% 0.72% -
XYZ 22.84 36.58 34.71 -
YUV 129.59 139.51 46.26 -
System Red Green Blue C M Y K H S L
Decimal 15 184 150 0.92 0 0.18 0.28 167.93 0.85 0.39
Hex F B8 96 5C 0 12 1C A8 55 27
Octal 17 270 226 134 0 22 34 250 125 47
Binary 1111 10111000 10010110 1011100 0 10010 11100 10101000 1010101 100111

Color Harmonies of #0FB896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB896

Black with #0FB896

Text Example


Text Example

White with #0FB896

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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