#0FB47A

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

Shades of Mountain Meadow #0FB47A

Tints of Mountain Meadow #0FB47A

Color information

#0FB47A (or 0x0FB47A) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B4 and 7A. RGB value is (15,180,122). Sum of RGB (Red+Green+Blue) = 15+180+122=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB47A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB47A is #F04B85. Grayscale: #7C7C7C. Windows color (decimal): -15747974 or 8041487. OLE color: 8041487.

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

Color convert

RGB15180122-
CMYK0.9200.320.29
HSL158.91º84.62%38.24%-
HSV(B)158.91º91.67%70.59%-
XYZ20.0334.1523.95-
YUV124.05126.8450.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.73%
GREEN value IS 180 (70.70% from 255) = 56.78%
BLUE value IS 122 (48.05% from 255) = 38.49%
R=4.73%
G=56.78%
B=38.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151801220.9200.320.29158.9184.6238.24
HexFB47A5C0201D9f5526
Octal172641721340403523712546
Binary11111011010011110101011100010000011101100111111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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