#0FBF85

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

Shades of Mountain Meadow #0FBF85

Tints of Mountain Meadow #0FBF85

Color information

#0FBF85 (or 0x0FBF85) is unknown color: approx Mountain Meadow. HEX triplet: 0F, BF and 85. RGB value is (15,191,133). Sum of RGB (Red+Green+Blue) = 15+191+133=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 191 (75% from 255 or 56.34% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBF85 is #F0407A. Grayscale: #838383. Windows color (decimal): -15745147 or 8765199. OLE color: 8765199.

HSL color Cylindrical-coordinate representation of color #0FBF85: hue angle of 160.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBF85 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB15191133-
CMYK0.9200.300.25
HSL160.23º85.44%40.39%-
HSV(B)160.23º92.15%74.9%-
XYZ23.0639.0628.51-
YUV131.76128.6944.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.42%
GREEN value IS 191 (75% from 255) = 56.34%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=4.42%
G=56.34%
B=39.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151911330.9200.300.25160.2385.4440.39
HexFBF855C01E19a05528
Octal172772051340363124012550
Binary11111011111110000101101110001111011001101000001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,191,133); }

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

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

 a { background-color: rgb(15,191,133); }

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

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

 span { border-color: rgb(15,191,133); }

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