Html Css Color HEX #0FB489 Mountain Meadow

📋 copy color: '#0FB489'

red 15 ◦ green 180 ◦ blue 137

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

Shades of Mountain Meadow #0FB489

Tints of Mountain Meadow #0FB489

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.22%

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

R = 4.52%
G = 54.22%
B = 41.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#0FB489 (or 0x0FB489) is known color: Mountain Meadow. HEX triplet: 0F, B4 and 89. RGB value is (15,180,137). Sum of RGB (Red+Green+Blue) = 15+180+137=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 180 (70.70% from 255 or 54.22% from 332); Blue value is 137 (53.91% from 255 or 41.27% from 332); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB489 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB489 is #F04B76. Grayscale: #7D7D7D. Windows color (decimal): -15747959 or 9024527. OLE color: 9024527.

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

Color convert

RGB 15 180 137 -
CMYK 0.92 0 0.24 0.29
HSL 164.36º 0.85% 0.38% -
HSV(B) 164.36º 0.92% 0.71% -
XYZ 21.03 34.55 29.23 -
YUV 125.76 134.34 49 -
System Red Green Blue C M Y K H S L
Decimal 15 180 137 0.92 0 0.24 0.29 164.36 0.85 0.38
Hex F B4 89 5C 0 18 1D A4 55 26
Octal 17 264 211 134 0 30 35 244 125 46
Binary 1111 10110100 10001001 1011100 0 11000 11101 10100100 1010101 100110

Color Harmonies of #0FB489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB489

Black with #0FB489

Text Example


Text Example

White with #0FB489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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