Html Css Color HEX #0FBA73 Mountain Meadow

📋 copy color: '#0FBA73'

red 15 ◦ green 186 ◦ blue 115

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

Shades of Mountain Meadow #0FBA73

Tints of Mountain Meadow #0FBA73

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.86%

 BLUE value IS 115 (45.31% from 255) = 36.39%

R = 4.75%
G = 58.86%
B = 36.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#0FBA73 (or 0x0FBA73) is known color: Mountain Meadow. HEX triplet: 0F, BA and 73. RGB value is (15,186,115). Sum of RGB (Red+Green+Blue) = 15+186+115=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA73 is #F0458C. Grayscale: #7E7E7E. Windows color (decimal): -15746445 or 7584271. OLE color: 7584271.

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

Color convert

RGB 15 186 115 -
CMYK 0.92 0 0.38 0.27
HSL 155.09º 0.85% 0.39% -
HSV(B) 155.09º 0.92% 0.73% -
XYZ 20.85 36.46 22.16 -
YUV 126.78 121.35 48.27 -
System Red Green Blue C M Y K H S L
Decimal 15 186 115 0.92 0 0.38 0.27 155.09 0.85 0.39
Hex F BA 73 5C 0 26 1B 9B 55 27
Octal 17 272 163 134 0 46 33 233 125 47
Binary 1111 10111010 1110011 1011100 0 100110 11011 10011011 1010101 100111

Color Harmonies of #0FBA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA73

Black with #0FBA73

Text Example


Text Example

White with #0FBA73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,186,115); }

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

background-color css

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

 a { background-color: rgb(15,186,115); }

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

border-color css

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

 span { border-color: rgb(15,186,115); }

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