Html Css Color HEX #0FB576 Mountain Meadow

📋 copy color: '#0FB576'

red 15 ◦ green 181 ◦ blue 118

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

Shades of Mountain Meadow #0FB576

Tints of Mountain Meadow #0FB576

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.64%

 BLUE value IS 118 (46.48% from 255) = 37.58%

R = 4.78%
G = 57.64%
B = 37.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#0FB576 (or 0x0FB576) is known color: Mountain Meadow. HEX triplet: 0F, B5 and 76. RGB value is (15,181,118). Sum of RGB (Red+Green+Blue) = 15+181+118=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 118 (46.48% from 255 or 37.58% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB576 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB576 is #F04A89. Grayscale: #7C7C7C. Windows color (decimal): -15747722 or 7779599. OLE color: 7779599.

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

Color convert

RGB 15 181 118 -
CMYK 0.92 0 0.35 0.29
HSL 157.23º 0.85% 0.38% -
HSV(B) 157.23º 0.92% 0.71% -
XYZ 19.99 34.46 22.74 -
YUV 124.18 124.5 50.12 -
System Red Green Blue C M Y K H S L
Decimal 15 181 118 0.92 0 0.35 0.29 157.23 0.85 0.38
Hex F B5 76 5C 0 23 1D 9D 55 26
Octal 17 265 166 134 0 43 35 235 125 46
Binary 1111 10110101 1110110 1011100 0 100011 11101 10011101 1010101 100110

Color Harmonies of #0FB576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB576

Black with #0FB576

Text Example


Text Example

White with #0FB576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,181,118); }

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

background-color css

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

 a { background-color: rgb(15,181,118); }

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

border-color css

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

 span { border-color: rgb(15,181,118); }

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