Html Css Color HEX #0FB975 Mountain Meadow

📋 copy color: '#0FB975'

red 15 ◦ green 185 ◦ blue 117

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

Shades of Mountain Meadow #0FB975

Tints of Mountain Meadow #0FB975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 58.36%

 BLUE value IS 117 (46.09% from 255) = 36.91%

R = 4.73%
G = 58.36%
B = 36.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#0FB975 (or 0x0FB975) is known color: Mountain Meadow. HEX triplet: 0F, B9 and 75. RGB value is (15,185,117). Sum of RGB (Red+Green+Blue) = 15+185+117=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 185 (72.66% from 255 or 58.36% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB975 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB975 is #F0468A. Grayscale: #7E7E7E. Windows color (decimal): -15746699 or 7715087. OLE color: 7715087.

HSL color Cylindrical-coordinate representation of color #0FB975: hue angle of 156º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB975 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 185 117 -
CMYK 0.92 0 0.37 0.27
HSL 156º 0.85% 0.39% -
HSV(B) 156º 0.92% 0.73% -
XYZ 20.76 36.08 22.7 -
YUV 126.42 122.68 48.53 -
System Red Green Blue C M Y K H S L
Decimal 15 185 117 0.92 0 0.37 0.27 156 0.85 0.39
Hex F B9 75 5C 0 25 1B 9C 55 27
Octal 17 271 165 134 0 45 33 234 125 47
Binary 1111 10111001 1110101 1011100 0 100101 11011 10011100 1010101 100111

Color Harmonies of #0FB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB975

Black with #0FB975

Text Example


Text Example

White with #0FB975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,185,117); }

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

background-color css

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

 a { background-color: rgb(15,185,117); }

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

border-color css

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

 span { border-color: rgb(15,185,117); }

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