Html Css Color HEX #0FB090 Mountain Meadow

📋 copy color: '#0FB090'

red 15 ◦ green 176 ◦ blue 144

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

Shades of Mountain Meadow #0FB090

Tints of Mountain Meadow #0FB090

RGB

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

 GREEN value IS 176 (69.14% from 255) = 52.54%

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

R = 4.48%
G = 52.54%
B = 42.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#0FB090 (or 0x0FB090) is known color: Mountain Meadow. HEX triplet: 0F, B0 and 90. RGB value is (15,176,144). Sum of RGB (Red+Green+Blue) = 15+176+144=335 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.48% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FB090 is #F04F6F. Grayscale: #7C7C7C. Windows color (decimal): -15748976 or 9482255. OLE color: 9482255.

HSL color Cylindrical-coordinate representation of color #0FB090: hue angle of 168.07º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB090 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 15 176 144 -
CMYK 0.91 0 0.18 0.31
HSL 168.07º 0.84% 0.37% -
HSV(B) 168.07º 0.91% 0.69% -
XYZ 20.76 33.17 31.69 -
YUV 124.21 139.16 50.1 -
System Red Green Blue C M Y K H S L
Decimal 15 176 144 0.91 0 0.18 0.31 168.07 0.84 0.37
Hex F B0 90 5B 0 12 1F A8 54 25
Octal 17 260 220 133 0 22 37 250 124 45
Binary 1111 10110000 10010000 1011011 0 10010 11111 10101000 1010100 100101

Color Harmonies of #0FB090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB090

Black with #0FB090

Text Example


Text Example

White with #0FB090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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