#0FB17A

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

Shades of Mountain Meadow #0FB17A

Tints of Mountain Meadow #0FB17A

Color information

#0FB17A (or 0x0FB17A) is unknown color: approx Mountain Meadow. HEX triplet: 0F, B1 and 7A. RGB value is (15,177,122). Sum of RGB (Red+Green+Blue) = 15+177+122=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #0FB17A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB17A is #F04E85. Grayscale: #7A7A7A. Windows color (decimal): -15748742 or 8040719. OLE color: 8040719.

HSL color Cylindrical-coordinate representation of color #0FB17A: hue angle of 159.63º 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 #0FB17A is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB15177122-
CMYK0.9200.310.31
HSL159.63º84.38%37.65%-
HSV(B)159.63º91.53%69.41%-
XYZ19.4332.9523.75-
YUV122.29127.8351.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.78%
GREEN value IS 177 (69.53% from 255) = 56.37%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=4.78%
G=56.37%
B=38.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal151771220.9200.310.31159.6384.3837.65
HexFB17A5C01F1Fa05426
Octal172611721340373724012446
Binary1111101100011111010101110001111111111101000001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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