Html Css Color HEX #0FB795 Mountain Meadow

📋 copy color: '#0FB795'

red 15 ◦ green 183 ◦ blue 149

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

Shades of Mountain Meadow #0FB795

Tints of Mountain Meadow #0FB795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 4.32%
G = 52.74%
B = 42.94%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#0FB795 (or 0x0FB795) is known color: Mountain Meadow. HEX triplet: 0F, B7 and 95. RGB value is (15,183,149). Sum of RGB (Red+Green+Blue) = 15+183+149=347 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.32% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB795 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB795 is #F0486A. Grayscale: #808080. Windows color (decimal): -15747179 or 9811727. OLE color: 9811727.

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

Color convert

RGB 15 183 149 -
CMYK 0.92 0 0.19 0.28
HSL 167.86º 0.85% 0.39% -
HSV(B) 167.86º 0.92% 0.72% -
XYZ 22.56 36.14 34.22 -
YUV 128.89 139.34 46.76 -
System Red Green Blue C M Y K H S L
Decimal 15 183 149 0.92 0 0.19 0.28 167.86 0.85 0.39
Hex F B7 95 5C 0 13 1C A8 55 27
Octal 17 267 225 134 0 23 34 250 125 47
Binary 1111 10110111 10010101 1011100 0 10011 11100 10101000 1010101 100111

Color Harmonies of #0FB795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB795

Black with #0FB795

Text Example


Text Example

White with #0FB795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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