#0FB886

Color #0FB886 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0FB886

Tints of Mountain Meadow #0FB886

Color information

#0FB886 (or 0x0FB886) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B8 and 86. RGB value is (15,184,134). Sum of RGB (Red+Green+Blue) = 15+184+134=333 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.50% from 333); Green value is 184 (72.27% from 255 or 55.26% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB886 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB886 is #F04779. Grayscale: #7F7F7F. Windows color (decimal): -15746938 or 8828943. OLE color: 8828943.

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

Color convert

RGB15184134-
CMYK0.9200.270.28
HSL162.25º84.92%39.02%-
HSV(B)162.25º91.85%72.16%-
XYZ21.6436.128.38-
YUV127.77131.5147.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.50%
GREEN value IS 184 (72.27% from 255) = 55.26%
BLUE value IS 134 (52.73% from 255) = 40.24%
R=4.50%
G=55.26%
B=40.24%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151841340.9200.270.28162.2584.9239.02
HexFB8865C01B1Ca25527
Octal172702061340333424212547
Binary11111011100010000110101110001101111100101000101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FB886;
 }
 .AnyTagClassName
 {
   color: #0FB886;
 }
</style>
background-color css

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

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

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

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

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

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