#0FBD7A

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

Shades of Mountain Meadow #0FBD7A

Tints of Mountain Meadow #0FBD7A

Color information

#0FBD7A (or 0x0FBD7A) is unknown color: approx Mountain Meadow. HEX triplet: 0F, BD and 7A. RGB value is (15,189,122). Sum of RGB (Red+Green+Blue) = 15+189+122=326 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.60% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBD7A is #F04285. Grayscale: #818181. Windows color (decimal): -15745670 or 8043791. OLE color: 8043791.

HSL color Cylindrical-coordinate representation of color #0FBD7A: hue angle of 156.9º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FBD7A is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB15189122-
CMYK0.9200.350.26
HSL156.9º85.29%40%-
HSV(B)156.9º92.06%74.12%-
XYZ21.9137.924.57-
YUV129.34123.8546.45-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.60%
GREEN value IS 189 (74.22% from 255) = 57.98%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=4.60%
G=57.98%
B=37.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal151891220.9200.350.26156.985.2940
HexFBD7A5C0231A9d5528
Octal172751721340433223512550
Binary11111011110111110101011100010001111010100111011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,189,122); }

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

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

 a { background-color: rgb(15,189,122); }

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

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

 span { border-color: rgb(15,189,122); }

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