Html Css Color HEX #0DB57B Mountain Meadow

📋 copy color: '#0DB57B'

red 13 ◦ green 181 ◦ blue 123

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

Shades of Mountain Meadow #0DB57B

Tints of Mountain Meadow #0DB57B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 4.1%
G = 57.1%
B = 38.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#0DB57B (or 0x0DB57B) is known color: Mountain Meadow. HEX triplet: 0D, B5 and 7B. RGB value is (13,181,123). Sum of RGB (Red+Green+Blue) = 13+181+123=317 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.10% from 317); Green value is 181 (71.09% from 255 or 57.10% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB57B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB57B is #F24A84. Grayscale: #7C7C7C. Windows color (decimal): -15878789 or 8107277. OLE color: 8107277.

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

Color convert

RGB 13 181 123 -
CMYK 0.93 0 0.32 0.29
HSL 159.29º 0.87% 0.38% -
HSV(B) 159.29º 0.93% 0.71% -
XYZ 20.27 34.56 24.34 -
YUV 124.16 127.34 48.72 -
System Red Green Blue C M Y K H S L
Decimal 13 181 123 0.93 0 0.32 0.29 159.29 0.87 0.38
Hex D B5 7B 5D 0 20 1D 9F 57 26
Octal 15 265 173 135 0 40 35 237 127 46
Binary 1101 10110101 1111011 1011101 0 100000 11101 10011111 1010111 100110

Color Harmonies of #0DB57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB57B

Black with #0DB57B

Text Example


Text Example

White with #0DB57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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