Html Css Color HEX #0FB490 Mountain Meadow

📋 copy color: '#0FB490'

red 15 ◦ green 180 ◦ blue 144

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

Shades of Mountain Meadow #0FB490

Tints of Mountain Meadow #0FB490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 4.42%
G = 53.1%
B = 42.48%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#0FB490 (or 0x0FB490) is known color: Mountain Meadow. HEX triplet: 0F, B4 and 90. RGB value is (15,180,144). Sum of RGB (Red+Green+Blue) = 15+180+144=339 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.42% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB490 is #F04B6F. Grayscale: #7E7E7E. Windows color (decimal): -15747952 or 9483279. OLE color: 9483279.

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

Color convert

RGB 15 180 144 -
CMYK 0.92 0 0.2 0.29
HSL 166.91º 0.85% 0.38% -
HSV(B) 166.91º 0.92% 0.71% -
XYZ 21.55 34.76 31.96 -
YUV 126.56 137.84 48.43 -
System Red Green Blue C M Y K H S L
Decimal 15 180 144 0.92 0 0.2 0.29 166.91 0.85 0.38
Hex F B4 90 5C 0 14 1D A7 55 26
Octal 17 264 220 134 0 24 35 247 125 46
Binary 1111 10110100 10010000 1011100 0 10100 11101 10100111 1010101 100110

Color Harmonies of #0FB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB490

Black with #0FB490

Text Example


Text Example

White with #0FB490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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