#0FB894

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

Shades of Mountain Meadow #0FB894

Tints of Mountain Meadow #0FB894

Color information

#0FB894 (or 0x0FB894) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B8 and 94. RGB value is (15,184,148). Sum of RGB (Red+Green+Blue) = 15+184+148=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 184 (72.27% from 255 or 53.03% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB894 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB894 is #F0476B. Grayscale: #818181. Windows color (decimal): -15746924 or 9746447. OLE color: 9746447.

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

Color convert

RGB15184148-
CMYK0.9200.200.28
HSL167.22º84.92%39.02%-
HSV(B)167.22º91.85%72.16%-
XYZ22.6836.5233.87-
YUV129.36138.5146.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.32%
GREEN value IS 184 (72.27% from 255) = 53.03%
BLUE value IS 148 (58.20% from 255) = 42.65%
R=4.32%
G=53.03%
B=42.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151841480.9200.200.28167.2284.9239.02
HexFB8945C0141Ca75527
Octal172702241340243424712547
Binary11111011100010010100101110001010011100101001111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,184,148); }

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

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

 a { background-color: rgb(15,184,148); }

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

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

 span { border-color: rgb(15,184,148); }

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