#0FBA7C

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

Shades of Mountain Meadow #0FBA7C

Tints of Mountain Meadow #0FBA7C

Color information

#0FBA7C (or 0x0FBA7C) is unknown color: approx Mountain Meadow. HEX triplet: 0F, BA and 7C. RGB value is (15,186,124). Sum of RGB (Red+Green+Blue) = 15+186+124=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA7C is #F04583. Grayscale: #7F7F7F. Windows color (decimal): -15746436 or 8174095. OLE color: 8174095.

HSL color Cylindrical-coordinate representation of color #0FBA7C: hue angle of 158.25º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBA7C is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB15186124-
CMYK0.9200.330.27
HSL158.25º85.07%39.41%-
HSV(B)158.25º91.94%72.94%-
XYZ21.3936.6725.02-
YUV127.8125.8547.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.62%
GREEN value IS 186 (73.05% from 255) = 57.23%
BLUE value IS 124 (48.83% from 255) = 38.15%
R=4.62%
G=57.23%
B=38.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151861240.9200.330.27158.2585.0739.41
HexFBA7C5C0211B9e5527
Octal172721741340413323612547
Binary11111011101011111001011100010000111011100111101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,186,124); }

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

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

 a { background-color: rgb(15,186,124); }

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

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

 span { border-color: rgb(15,186,124); }

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