Html Css Color HEX #0DB590 Mountain Meadow

📋 copy color: '#0DB590'

red 13 ◦ green 181 ◦ blue 144

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

Shades of Mountain Meadow #0DB590

Tints of Mountain Meadow #0DB590

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.6%

R = 3.85%
G = 53.55%
B = 42.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#0DB590 (or 0x0DB590) is known color: 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

RGB 13 181 144 -
CMYK 0.93 0 0.20 0.29
HSL 166.79º 0.87% 0.38% -
HSV(B) 166.79º 0.93% 0.71% -
XYZ 21.72 35.15 32.02 -
YUV 126.55 137.84 47.01 -
System Red Green Blue C M Y K H S L
Decimal 13 181 144 0.93 0 0.20 0.29 166.79 0.87 0.38
Hex D B5 90 5D 0 14 1D A7 57 26
Octal 15 265 220 135 0 24 35 247 127 46
Binary 1101 10110101 10010000 1011101 0 10100 11101 10100111 1010111 100110

Color Harmonies of #0DB590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB590

Black with #0DB590

Text Example


Text Example

White with #0DB590

Text Example


Text Example

HTML Codes & Css Web 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>