#0FB592

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

Shades of Mountain Meadow #0FB592

Tints of Mountain Meadow #0FB592

Color information

#0FB592 (or 0x0FB592) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B5 and 92. RGB value is (15,181,146). Sum of RGB (Red+Green+Blue) = 15+181+146=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 146 (57.42% from 255 or 42.69% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB592 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB592 is #F04A6D. Grayscale: #7F7F7F. Windows color (decimal): -15747694 or 9614607. OLE color: 9614607.

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

Color convert

RGB15181146-
CMYK0.9200.190.29
HSL167.35º84.69%38.43%-
HSV(B)167.35º91.71%70.98%-
XYZ21.9135.2232.84-
YUV127.38138.547.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.39%
GREEN value IS 181 (71.09% from 255) = 52.92%
BLUE value IS 146 (57.42% from 255) = 42.69%
R=4.39%
G=52.92%
B=42.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151811460.9200.190.29167.3584.6938.43
HexFB5925C0131Da75526
Octal172652221340233524712546
Binary11111011010110010010101110001001111101101001111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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