Html Css Color HEX #0FBA75 Mountain Meadow

📋 copy color: '#0FBA75'

red 15 ◦ green 186 ◦ blue 117

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

Shades of Mountain Meadow #0FBA75

Tints of Mountain Meadow #0FBA75

RGB

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

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

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

R = 4.72%
G = 58.49%
B = 36.79%

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

#0FBA75 (or 0x0FBA75) is known color: Mountain Meadow. HEX triplet: 0F, BA and 75. RGB value is (15,186,117). Sum of RGB (Red+Green+Blue) = 15+186+117=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA75 is #F0458A. Grayscale: #7F7F7F. Windows color (decimal): -15746443 or 7715343. OLE color: 7715343.

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

Color convert

RGB 15 186 117 -
CMYK 0.92 0 0.37 0.27
HSL 155.79º 0.85% 0.39% -
HSV(B) 155.79º 0.92% 0.73% -
XYZ 20.97 36.5 22.77 -
YUV 127.01 122.35 48.11 -
System Red Green Blue C M Y K H S L
Decimal 15 186 117 0.92 0 0.37 0.27 155.79 0.85 0.39
Hex F BA 75 5C 0 25 1B 9C 55 27
Octal 17 272 165 134 0 45 33 234 125 47
Binary 1111 10111010 1110101 1011100 0 100101 11011 10011100 1010101 100111

Color Harmonies of #0FBA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA75

Black with #0FBA75

Text Example


Text Example

White with #0FBA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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