Html Css Color HEX #0FBF87 Mountain Meadow

📋 copy color: '#0FBF87'

red 15 ◦ green 191 ◦ blue 135

#0FBF87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0FBF87

Tints of Mountain Meadow #0FBF87

RGB

 RED value IS 15 (6.25% from 255) = 4.4%

 GREEN value IS 191 (75% from 255) = 56.01%

 BLUE value IS 135 (53.13% from 255) = 39.59%

R = 4.4%
G = 56.01%
B = 39.59%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#0FBF87 (or 0x0FBF87) is known color: Mountain Meadow. HEX triplet: 0F, BF and 87. RGB value is (15,191,135). Sum of RGB (Red+Green+Blue) = 15+191+135=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 191 (75% from 255 or 56.01% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBF87 is #F04078. Grayscale: #848484. Windows color (decimal): -15745145 or 8896271. OLE color: 8896271.

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

Color convert

RGB 15 191 135 -
CMYK 0.92 0 0.29 0.25
HSL 160.91º 0.85% 0.4% -
HSV(B) 160.91º 0.92% 0.75% -
XYZ 23.2 39.11 29.25 -
YUV 131.99 129.69 44.55 -
System Red Green Blue C M Y K H S L
Decimal 15 191 135 0.92 0 0.29 0.25 160.91 0.85 0.4
Hex F BF 87 5C 0 1D 19 A1 55 28
Octal 17 277 207 134 0 35 31 241 125 50
Binary 1111 10111111 10000111 1011100 0 11101 11001 10100001 1010101 101000

Color Harmonies of #0FBF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBF87

Black with #0FBF87

Text Example


Text Example

White with #0FBF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,191,135); }

 H1.HeaderClassName
 {
   color: #0FBF87;
 }
 .AnyTagClassName
 {
   color: #0FBF87;
 }
</style>

background-color css

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

 a { background-color: rgb(15,191,135); }

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

border-color css

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

 span { border-color: rgb(15,191,135); }

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