#0FB57F

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

Shades of Mountain Meadow #0FB57F

Tints of Mountain Meadow #0FB57F

Color information

#0FB57F (or 0x0FB57F) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B5 and 7F. RGB value is (15,181,127). Sum of RGB (Red+Green+Blue) = 15+181+127=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB57F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB57F is #F04A80. Grayscale: #7D7D7D. Windows color (decimal): -15747713 or 8369423. OLE color: 8369423.

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

Color convert

RGB15181127-
CMYK0.9200.300.29
HSL160.48º84.69%38.43%-
HSV(B)160.48º91.71%70.98%-
XYZ20.5534.6825.69-
YUV125.2112949.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.64%
GREEN value IS 181 (71.09% from 255) = 56.04%
BLUE value IS 127 (50% from 255) = 39.32%
R=4.64%
G=56.04%
B=39.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151811270.9200.300.29160.4884.6938.43
HexFB57F5C01E1Da05526
Octal172651771340363524012546
Binary1111101101011111111101110001111011101101000001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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