Html Css Color HEX #0FBA93 Mountain Meadow

📋 copy color: '#0FBA93'

red 15 ◦ green 186 ◦ blue 147

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

Shades of Mountain Meadow #0FBA93

Tints of Mountain Meadow #0FBA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.24%

R = 4.31%
G = 53.45%
B = 42.24%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#0FBA93 (or 0x0FBA93) is known color: Mountain Meadow. HEX triplet: 0F, BA and 93. RGB value is (15,186,147). Sum of RGB (Red+Green+Blue) = 15+186+147=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FBA93 is #F0456C. Grayscale: #828282. Windows color (decimal): -15746413 or 9681423. OLE color: 9681423.

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

Color convert

RGB 15 186 147 -
CMYK 0.92 0 0.21 0.27
HSL 166.32º 0.85% 0.39% -
HSV(B) 166.32º 0.92% 0.73% -
XYZ 23.02 37.33 33.59 -
YUV 130.43 137.35 45.67 -
System Red Green Blue C M Y K H S L
Decimal 15 186 147 0.92 0 0.21 0.27 166.32 0.85 0.39
Hex F BA 93 5C 0 15 1B A6 55 27
Octal 17 272 223 134 0 25 33 246 125 47
Binary 1111 10111010 10010011 1011100 0 10101 11011 10100110 1010101 100111

Color Harmonies of #0FBA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA93

Black with #0FBA93

Text Example


Text Example

White with #0FBA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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