#0FB98F

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

Shades of Mountain Meadow #0FB98F

Tints of Mountain Meadow #0FB98F

Color information

#0FB98F (or 0x0FB98F) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B9 and 8F. RGB value is (15,185,143). Sum of RGB (Red+Green+Blue) = 15+185+143=343 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.37% from 343); Green value is 185 (72.66% from 255 or 53.94% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB98F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB98F is #F04670. Grayscale: #818181. Windows color (decimal): -15746673 or 9419023. OLE color: 9419023.

HSL color Cylindrical-coordinate representation of color #0FB98F: hue angle of 165.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB98F is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB15185143-
CMYK0.9200.230.27
HSL165.18º85%39.22%-
HSV(B)165.18º91.89%72.55%-
XYZ22.536.7831.9-
YUV129.38135.6846.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.37%
GREEN value IS 185 (72.66% from 255) = 53.94%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=4.37%
G=53.94%
B=41.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151851430.9200.230.27165.188539.22
HexFB98F5C0171Ba55527
Octal172712171340273324512547
Binary11111011100110001111101110001011111011101001011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,185,143); }

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

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

 a { background-color: rgb(15,185,143); }

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

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

 span { border-color: rgb(15,185,143); }

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