Html Css Color HEX #0DB579 Mountain Meadow

📋 copy color: '#0DB579'

red 13 ◦ green 181 ◦ blue 121

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

Shades of Mountain Meadow #0DB579

Tints of Mountain Meadow #0DB579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.41%

R = 4.13%
G = 57.46%
B = 38.41%

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

#0DB579 (or 0x0DB579) is known color: Mountain Meadow. HEX triplet: 0D, B5 and 79. RGB value is (13,181,121). Sum of RGB (Red+Green+Blue) = 13+181+121=315 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.13% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #0DB579 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB579 is #F24A86. Grayscale: #7C7C7C. Windows color (decimal): -15878791 or 7976205. OLE color: 7976205.

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

Color convert

RGB 13 181 121 -
CMYK 0.93 0 0.33 0.29
HSL 158.57º 0.87% 0.38% -
HSV(B) 158.57º 0.93% 0.71% -
XYZ 20.14 34.51 23.69 -
YUV 123.93 126.34 48.88 -
System Red Green Blue C M Y K H S L
Decimal 13 181 121 0.93 0 0.33 0.29 158.57 0.87 0.38
Hex D B5 79 5D 0 21 1D 9F 57 26
Octal 15 265 171 135 0 41 35 237 127 46
Binary 1101 10110101 1111001 1011101 0 100001 11101 10011111 1010111 100110

Color Harmonies of #0DB579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DB579

Black with #0DB579

Text Example


Text Example

White with #0DB579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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