#0FB292

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

Shades of Mountain Meadow #0FB292

Tints of Mountain Meadow #0FB292

Color information

#0FB292 (or 0x0FB292) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B2 and 92. RGB value is (15,178,146). Sum of RGB (Red+Green+Blue) = 15+178+146=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 178 (69.92% from 255 or 52.51% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB292 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB292 is #F04D6D. Grayscale: #7D7D7D. Windows color (decimal): -15748462 or 9613839. OLE color: 9613839.

HSL color Cylindrical-coordinate representation of color #0FB292: hue angle of 168.22º degrees, saturation: 0.84, 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 #0FB292 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB15178146-
CMYK0.9200.180.30
HSL168.22º84.46%37.84%-
HSV(B)168.22º91.57%69.8%-
XYZ21.3134.0232.64-
YUV125.62139.549.1-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.42%
GREEN value IS 178 (69.92% from 255) = 52.51%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=4.42%
G=52.51%
B=43.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal151781460.9200.180.30168.2284.4637.84
HexFB2925C0121Ea85426
Octal172622221340223625012446
Binary11111011001010010010101110001001011110101010001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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