Html Css Color HEX #0FB990 Mountain Meadow

📋 copy color: '#0FB990'

red 15 ◦ green 185 ◦ blue 144

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

Shades of Mountain Meadow #0FB990

Tints of Mountain Meadow #0FB990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.78%

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

R = 4.36%
G = 53.78%
B = 41.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#0FB990 (or 0x0FB990) is known color: Mountain Meadow. HEX triplet: 0F, B9 and 90. RGB value is (15,185,144). Sum of RGB (Red+Green+Blue) = 15+185+144=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 185 (72.66% from 255 or 53.78% from 344); Blue value is 144 (56.64% from 255 or 41.86% from 344); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB990 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FB990 is #F0466F. Grayscale: #818181. Windows color (decimal): -15746672 or 9484559. OLE color: 9484559.

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

Color convert

RGB 15 185 144 -
CMYK 0.92 0 0.22 0.27
HSL 165.53º 0.85% 0.39% -
HSV(B) 165.53º 0.92% 0.73% -
XYZ 22.58 36.81 32.3 -
YUV 129.5 136.18 46.33 -
System Red Green Blue C M Y K H S L
Decimal 15 185 144 0.92 0 0.22 0.27 165.53 0.85 0.39
Hex F B9 90 5C 0 16 1B A6 55 27
Octal 17 271 220 134 0 26 33 246 125 47
Binary 1111 10111001 10010000 1011100 0 10110 11011 10100110 1010101 100111

Color Harmonies of #0FB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB990

Black with #0FB990

Text Example


Text Example

White with #0FB990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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