#0FB87F

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

Shades of Mountain Meadow #0FB87F

Tints of Mountain Meadow #0FB87F

Color information

#0FB87F (or 0x0FB87F) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B8 and 7F. RGB value is (15,184,127). Sum of RGB (Red+Green+Blue) = 15+184+127=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB87F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB87F is #F04780. Grayscale: #7F7F7F. Windows color (decimal): -15746945 or 8370191. OLE color: 8370191.

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

Color convert

RGB15184127-
CMYK0.9200.310.28
HSL159.76º84.92%39.02%-
HSV(B)159.76º91.85%72.16%-
XYZ21.1735.9125.9-
YUV126.97128.0148.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.60%
GREEN value IS 184 (72.27% from 255) = 56.44%
BLUE value IS 127 (50% from 255) = 38.96%
R=4.60%
G=56.44%
B=38.96%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151841270.9200.310.28159.7684.9239.02
HexFB87F5C01F1Ca05527
Octal172701771340373424012547
Binary1111101110001111111101110001111111100101000001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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