Html Css Color HEX #0DB588 Mountain Meadow

📋 copy color: '#0DB588'

red 13 ◦ green 181 ◦ blue 136

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

Shades of Mountain Meadow #0DB588

Tints of Mountain Meadow #0DB588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.21%

R = 3.94%
G = 54.85%
B = 41.21%

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

#0DB588 (or 0x0DB588) is known color: Mountain Meadow. HEX triplet: 0D, B5 and 88. RGB value is (13,181,136). Sum of RGB (Red+Green+Blue) = 13+181+136=330 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.94% from 330); Green value is 181 (71.09% from 255 or 54.85% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB588 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB588 is #F24A77. Grayscale: #7D7D7D. Windows color (decimal): -15878776 or 8959245. OLE color: 8959245.

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

Color convert

RGB 13 181 136 -
CMYK 0.93 0 0.25 0.29
HSL 163.93º 0.87% 0.38% -
HSV(B) 163.93º 0.93% 0.71% -
XYZ 21.13 34.91 28.92 -
YUV 125.64 133.84 47.66 -
System Red Green Blue C M Y K H S L
Decimal 13 181 136 0.93 0 0.25 0.29 163.93 0.87 0.38
Hex D B5 88 5D 0 19 1D A4 57 26
Octal 15 265 210 135 0 31 35 244 127 46
Binary 1101 10110101 10001000 1011101 0 11001 11101 10100100 1010111 100110

Color Harmonies of #0DB588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB588

Black with #0DB588

Text Example


Text Example

White with #0DB588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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