Html Css Color HEX #0FB389 Mountain Meadow

📋 copy color: '#0FB389'

red 15 ◦ green 179 ◦ blue 137

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

Shades of Mountain Meadow #0FB389

Tints of Mountain Meadow #0FB389

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.08%

 BLUE value IS 137 (53.91% from 255) = 41.39%

R = 4.53%
G = 54.08%
B = 41.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#0FB389 (or 0x0FB389) is known color: Mountain Meadow. HEX triplet: 0F, B3 and 89. RGB value is (15,179,137). Sum of RGB (Red+Green+Blue) = 15+179+137=331 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.53% from 331); Green value is 179 (70.31% from 255 or 54.08% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 179 - color contains mainly: green. Hex color #0FB389 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB389 is #F04C76. Grayscale: #7D7D7D. Windows color (decimal): -15748215 or 9024271. OLE color: 9024271.

HSL color Cylindrical-coordinate representation of color #0FB389: hue angle of 164.63º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB389 is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 179 137 -
CMYK 0.92 0 0.23 0.30
HSL 164.63º 0.85% 0.38% -
HSV(B) 164.63º 0.92% 0.7% -
XYZ 20.83 34.15 29.16 -
YUV 125.18 134.67 49.42 -
System Red Green Blue C M Y K H S L
Decimal 15 179 137 0.92 0 0.23 0.30 164.63 0.85 0.38
Hex F B3 89 5C 0 17 1E A5 55 26
Octal 17 263 211 134 0 27 36 245 125 46
Binary 1111 10110011 10001001 1011100 0 10111 11110 10100101 1010101 100110

Color Harmonies of #0FB389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB389

Black with #0FB389

Text Example


Text Example

White with #0FB389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,179,137); }

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

background-color css

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

 a { background-color: rgb(15,179,137); }

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

border-color css

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

 span { border-color: rgb(15,179,137); }

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