Html Css Color HEX #0DB587 Mountain Meadow

📋 copy color: '#0DB587'

red 13 ◦ green 181 ◦ blue 135

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

Shades of Mountain Meadow #0DB587

Tints of Mountain Meadow #0DB587

RGB

 RED value IS 13 (5.47% from 255) = 3.95%

 GREEN value IS 181 (71.09% from 255) = 55.02%

 BLUE value IS 135 (53.13% from 255) = 41.03%

R = 3.95%
G = 55.02%
B = 41.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#0DB587 (or 0x0DB587) is known color: Mountain Meadow. HEX triplet: 0D, B5 and 87. RGB value is (13,181,135). Sum of RGB (Red+Green+Blue) = 13+181+135=329 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.95% from 329); Green value is 181 (71.09% from 255 or 55.02% from 329); Blue value is 135 (53.12% from 255 or 41.03% from 329); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB587 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB587 is #F24A78. Grayscale: #7D7D7D. Windows color (decimal): -15878777 or 8893709. OLE color: 8893709.

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

Color convert

RGB 13 181 135 -
CMYK 0.93 0 0.25 0.29
HSL 163.57º 0.87% 0.38% -
HSV(B) 163.57º 0.93% 0.71% -
XYZ 21.06 34.88 28.54 -
YUV 125.52 133.34 47.74 -
System Red Green Blue C M Y K H S L
Decimal 13 181 135 0.93 0 0.25 0.29 163.57 0.87 0.38
Hex D B5 87 5D 0 19 1D A4 57 26
Octal 15 265 207 135 0 31 35 244 127 46
Binary 1101 10110101 10000111 1011101 0 11001 11101 10100100 1010111 100110

Color Harmonies of #0DB587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB587

Black with #0DB587

Text Example


Text Example

White with #0DB587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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