#0FB07A

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

Shades of Mountain Meadow #0FB07A

Tints of Mountain Meadow #0FB07A

Color information

#0FB07A (or 0x0FB07A) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B0 and 7A. RGB value is (15,176,122). Sum of RGB (Red+Green+Blue) = 15+176+122=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB07A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB07A is #F04F85. Grayscale: #797979. Windows color (decimal): -15748998 or 8040463. OLE color: 8040463.

HSL color Cylindrical-coordinate representation of color #0FB07A: hue angle of 159.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB07A is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB15176122-
CMYK0.9100.310.31
HSL159.88º84.29%37.45%-
HSV(B)159.88º91.48%69.02%-
XYZ19.2432.5623.68-
YUV121.7128.1651.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.79%
GREEN value IS 176 (69.14% from 255) = 56.23%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=4.79%
G=56.23%
B=38.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151761220.9100.310.31159.8884.2937.45
HexFB07A5B01F1Fa05425
Octal172601721330373724012445
Binary1111101100001111010101101101111111111101000001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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