Html Css Color HEX #0FB786 Mountain Meadow

📋 copy color: '#0FB786'

red 15 ◦ green 183 ◦ blue 134

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

Shades of Mountain Meadow #0FB786

Tints of Mountain Meadow #0FB786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.12%

 BLUE value IS 134 (52.73% from 255) = 40.36%

R = 4.52%
G = 55.12%
B = 40.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#0FB786 (or 0x0FB786) is known color: Mountain Meadow. HEX triplet: 0F, B7 and 86. RGB value is (15,183,134). Sum of RGB (Red+Green+Blue) = 15+183+134=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB786 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB786 is #F04879. Grayscale: #7F7F7F. Windows color (decimal): -15747194 or 8828687. OLE color: 8828687.

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

Color convert

RGB 15 183 134 -
CMYK 0.92 0 0.27 0.28
HSL 162.5º 0.85% 0.39% -
HSV(B) 162.5º 0.92% 0.72% -
XYZ 21.43 35.69 28.31 -
YUV 127.18 131.84 47.98 -
System Red Green Blue C M Y K H S L
Decimal 15 183 134 0.92 0 0.27 0.28 162.5 0.85 0.39
Hex F B7 86 5C 0 1B 1C A2 55 27
Octal 17 267 206 134 0 33 34 242 125 47
Binary 1111 10110111 10000110 1011100 0 11011 11100 10100010 1010101 100111

Color Harmonies of #0FB786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB786

Black with #0FB786

Text Example


Text Example

White with #0FB786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,183,134); }

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

background-color css

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

 a { background-color: rgb(15,183,134); }

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

border-color css

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

 span { border-color: rgb(15,183,134); }

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