Html Css Color HEX #0FB875 Mountain Meadow

📋 copy color: '#0FB875'

red 15 ◦ green 184 ◦ blue 117

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

Shades of Mountain Meadow #0FB875

Tints of Mountain Meadow #0FB875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 58.23%

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

R = 4.75%
G = 58.23%
B = 37.03%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#0FB875 (or 0x0FB875) is known color: Mountain Meadow. HEX triplet: 0F, B8 and 75. RGB value is (15,184,117). Sum of RGB (Red+Green+Blue) = 15+184+117=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 184 (72.27% from 255 or 58.23% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB875 is #F0478A. Grayscale: #7D7D7D. Windows color (decimal): -15746955 or 7714831. OLE color: 7714831.

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

Color convert

RGB 15 184 117 -
CMYK 0.92 0 0.36 0.28
HSL 156.21º 0.85% 0.39% -
HSV(B) 156.21º 0.92% 0.72% -
XYZ 20.55 35.67 22.63 -
YUV 125.83 123.01 48.95 -
System Red Green Blue C M Y K H S L
Decimal 15 184 117 0.92 0 0.36 0.28 156.21 0.85 0.39
Hex F B8 75 5C 0 24 1C 9C 55 27
Octal 17 270 165 134 0 44 34 234 125 47
Binary 1111 10111000 1110101 1011100 0 100100 11100 10011100 1010101 100111

Color Harmonies of #0FB875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB875

Black with #0FB875

Text Example


Text Example

White with #0FB875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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