#0FB18E

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

Shades of Mountain Meadow #0FB18E

Tints of Mountain Meadow #0FB18E

Color information

#0FB18E (or 0x0FB18E) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B1 and 8E. RGB value is (15,177,142). Sum of RGB (Red+Green+Blue) = 15+177+142=334 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.49% from 334); Green value is 177 (69.53% from 255 or 52.99% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB18E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB18E is #F04E71. Grayscale: #7C7C7C. Windows color (decimal): -15748722 or 9351439. OLE color: 9351439.

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

Color convert

RGB15177142-
CMYK0.9200.200.31
HSL167.04º84.38%37.65%-
HSV(B)167.04º91.53%69.41%-
XYZ20.833.530.96-
YUV124.57137.8349.85-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.49%
GREEN value IS 177 (69.53% from 255) = 52.99%
BLUE value IS 142 (55.86% from 255) = 42.51%
R=4.49%
G=52.99%
B=42.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151771420.9200.200.31167.0484.3837.65
HexFB18E5C0141Fa75426
Octal172612161340243724712446
Binary11111011000110001110101110001010011111101001111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,177,142); }

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

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

 a { background-color: rgb(15,177,142); }

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

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

 span { border-color: rgb(15,177,142); }

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