Html Css Color HEX #0DB47B Mountain Meadow

📋 copy color: '#0DB47B'

red 13 ◦ green 180 ◦ blue 123

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

Shades of Mountain Meadow #0DB47B

Tints of Mountain Meadow #0DB47B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.96%

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

R = 4.11%
G = 56.96%
B = 38.92%

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

#0DB47B (or 0x0DB47B) is known color: Mountain Meadow. HEX triplet: 0D, B4 and 7B. RGB value is (13,180,123). Sum of RGB (Red+Green+Blue) = 13+180+123=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 180 (70.70% from 255 or 56.96% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB47B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB47B is #F24B84. Grayscale: #7B7B7B. Windows color (decimal): -15879045 or 8107021. OLE color: 8107021.

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

Color convert

RGB 13 180 123 -
CMYK 0.93 0 0.32 0.29
HSL 159.52º 0.87% 0.38% -
HSV(B) 159.52º 0.93% 0.71% -
XYZ 20.06 34.16 24.27 -
YUV 123.57 127.67 49.13 -
System Red Green Blue C M Y K H S L
Decimal 13 180 123 0.93 0 0.32 0.29 159.52 0.87 0.38
Hex D B4 7B 5D 0 20 1D A0 57 26
Octal 15 264 173 135 0 40 35 240 127 46
Binary 1101 10110100 1111011 1011101 0 100000 11101 10100000 1010111 100110

Color Harmonies of #0DB47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB47B

Black with #0DB47B

Text Example


Text Example

White with #0DB47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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