#0FB68F

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

Shades of Mountain Meadow #0FB68F

Tints of Mountain Meadow #0FB68F

Color information

#0FB68F (or 0x0FB68F) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B6 and 8F. RGB value is (15,182,143). Sum of RGB (Red+Green+Blue) = 15+182+143=340 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.41% from 340); Green value is 182 (71.48% from 255 or 53.53% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 182 - color contains mainly: green. Hex color #0FB68F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB68F is #F04970. Grayscale: #7F7F7F. Windows color (decimal): -15747441 or 9418255. OLE color: 9418255.

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

Color convert

RGB15182143-
CMYK0.9200.210.29
HSL165.99º84.77%38.63%-
HSV(B)165.99º91.76%71.37%-
XYZ21.8835.5431.69-
YUV127.62136.6747.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.41%
GREEN value IS 182 (71.48% from 255) = 53.53%
BLUE value IS 143 (56.25% from 255) = 42.06%
R=4.41%
G=53.53%
B=42.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151821430.9200.210.29165.9984.7738.63
HexFB68F5C0151Da65527
Octal172662171340253524612547
Binary11111011011010001111101110001010111101101001101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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