Html Css Color HEX #0DB58B Mountain Meadow

📋 copy color: '#0DB58B'

red 13 ◦ green 181 ◦ blue 139

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

Shades of Mountain Meadow #0DB58B

Tints of Mountain Meadow #0DB58B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.74%

R = 3.9%
G = 54.35%
B = 41.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#0DB58B (or 0x0DB58B) is known color: Mountain Meadow. HEX triplet: 0D, B5 and 8B. RGB value is (13,181,139). Sum of RGB (Red+Green+Blue) = 13+181+139=333 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.90% from 333); Green value is 181 (71.09% from 255 or 54.35% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB58B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB58B is #F24A74. Grayscale: #7D7D7D. Windows color (decimal): -15878773 or 9155853. OLE color: 9155853.

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

Color convert

RGB 13 181 139 -
CMYK 0.93 0 0.23 0.29
HSL 165º 0.87% 0.38% -
HSV(B) 165º 0.93% 0.71% -
XYZ 21.35 35 30.06 -
YUV 125.98 135.34 47.42 -
System Red Green Blue C M Y K H S L
Decimal 13 181 139 0.93 0 0.23 0.29 165 0.87 0.38
Hex D B5 8B 5D 0 17 1D A5 57 26
Octal 15 265 213 135 0 27 35 245 127 46
Binary 1101 10110101 10001011 1011101 0 10111 11101 10100101 1010111 100110

Color Harmonies of #0DB58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB58B

Black with #0DB58B

Text Example


Text Example

White with #0DB58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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