Html Css Color HEX #0DB78B Mountain Meadow

📋 copy color: '#0DB78B'

red 13 ◦ green 183 ◦ blue 139

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

Shades of Mountain Meadow #0DB78B

Tints of Mountain Meadow #0DB78B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.63%

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

R = 3.88%
G = 54.63%
B = 41.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#0DB78B (or 0x0DB78B) is known color: Mountain Meadow. HEX triplet: 0D, B7 and 8B. RGB value is (13,183,139). Sum of RGB (Red+Green+Blue) = 13+183+139=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 183 (71.88% from 255 or 54.63% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB78B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DB78B is #F24874. Grayscale: #7F7F7F. Windows color (decimal): -15878261 or 9156365. OLE color: 9156365.

HSL color Cylindrical-coordinate representation of color #0DB78B: hue angle of 164.47º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DB78B is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 13 183 139 -
CMYK 0.93 0 0.24 0.28
HSL 164.47º 0.87% 0.38% -
HSV(B) 164.47º 0.93% 0.72% -
XYZ 21.76 35.82 30.19 -
YUV 127.15 134.68 46.58 -
System Red Green Blue C M Y K H S L
Decimal 13 183 139 0.93 0 0.24 0.28 164.47 0.87 0.38
Hex D B7 8B 5D 0 18 1C A4 57 26
Octal 15 267 213 135 0 30 34 244 127 46
Binary 1101 10110111 10001011 1011101 0 11000 11100 10100100 1010111 100110

Color Harmonies of #0DB78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB78B

Black with #0DB78B

Text Example


Text Example

White with #0DB78B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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