#0FB37A

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

Shades of Mountain Meadow #0FB37A

Tints of Mountain Meadow #0FB37A

Color information

#0FB37A (or 0x0FB37A) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B3 and 7A. RGB value is (15,179,122). Sum of RGB (Red+Green+Blue) = 15+179+122=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB37A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB37A is #F04C85. Grayscale: #7B7B7B. Windows color (decimal): -15748230 or 8041231. OLE color: 8041231.

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

Color convert

RGB15179122-
CMYK0.9200.320.30
HSL159.15º84.54%38.04%-
HSV(B)159.15º91.62%70.2%-
XYZ19.8333.7523.88-
YUV123.47127.1750.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.75%
GREEN value IS 179 (70.31% from 255) = 56.65%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=4.75%
G=56.65%
B=38.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151791220.9200.320.30159.1584.5438.04
HexFB37A5C0201E9f5526
Octal172631721340403623712546
Binary11111011001111110101011100010000011110100111111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,179,122); }

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

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

 a { background-color: rgb(15,179,122); }

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

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

 span { border-color: rgb(15,179,122); }

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