#0DB590

Color #0DB590 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0DB590

Tints of Mountain Meadow #0DB590

Color information

#0DB590 (or 0x0DB590) is unknown color: approx Mountain Meadow. HEX triplet: 0D, B5 and 90. RGB value is (13,181,144). Sum of RGB (Red+Green+Blue) = 13+181+144=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 181 (71.09% from 255 or 53.55% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB590 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB590 is #F24A6F. Grayscale: #7E7E7E. Windows color (decimal): -15878768 or 9483533. OLE color: 9483533.

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

Color convert

RGB13181144-
CMYK0.9300.200.29
HSL166.79º86.6%38.04%-
HSV(B)166.79º92.82%70.98%-
XYZ21.7235.1532.02-
YUV126.55137.8447.01-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.85%
GREEN value IS 181 (71.09% from 255) = 53.55%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=3.85%
G=53.55%
B=42.60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal131811440.9300.200.29166.7986.638.04
HexDB5905D0141Da75726
Octal152652201350243524712746
Binary11011011010110010000101110101010011101101001111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DB590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,181,144); }

 H1.HeaderClassName
 {
   color: #0DB590;
 }
 .AnyTagClassName
 {
   color: #0DB590;
 }
</style>
background-color css

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

 a { background-color: rgb(13,181,144); }

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

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

 span { border-color: rgb(13,181,144); }

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