Html Css Color HEX #0DB478 Mountain Meadow

📋 copy color: '#0DB478'

red 13 ◦ green 180 ◦ blue 120

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

Shades of Mountain Meadow #0DB478

Tints of Mountain Meadow #0DB478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.34%

R = 4.15%
G = 57.51%
B = 38.34%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#0DB478 (or 0x0DB478) is known color: Mountain Meadow. HEX triplet: 0D, B4 and 78. RGB value is (13,180,120). Sum of RGB (Red+Green+Blue) = 13+180+120=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 180 (70.70% from 255 or 57.51% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 180 - color contains mainly: green. Hex color #0DB478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB478 is #F24B87. Grayscale: #7B7B7B. Windows color (decimal): -15879048 or 7910413. OLE color: 7910413.

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

Color convert

RGB 13 180 120 -
CMYK 0.93 0 0.33 0.29
HSL 158.44º 0.87% 0.38% -
HSV(B) 158.44º 0.93% 0.71% -
XYZ 19.88 34.08 23.3 -
YUV 123.23 126.17 49.38 -
System Red Green Blue C M Y K H S L
Decimal 13 180 120 0.93 0 0.33 0.29 158.44 0.87 0.38
Hex D B4 78 5D 0 21 1D 9E 57 26
Octal 15 264 170 135 0 41 35 236 127 46
Binary 1101 10110100 1111000 1011101 0 100001 11101 10011110 1010111 100110

Color Harmonies of #0DB478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB478

Black with #0DB478

Text Example


Text Example

White with #0DB478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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