Html Css Color HEX #0DD079 Mountain Meadow

📋 copy color: '#0DD079'

red 13 ◦ green 208 ◦ blue 121

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

Shades of Mountain Meadow #0DD079

Tints of Mountain Meadow #0DD079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 60.82%

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

R = 3.8%
G = 60.82%
B = 35.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#0DD079 (or 0x0DD079) is known color: Mountain Meadow. HEX triplet: 0D, D0 and 79. RGB value is (13,208,121). Sum of RGB (Red+Green+Blue) = 13+208+121=342 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.80% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD079 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD079 is #F22F86. Grayscale: #8B8B8B. Windows color (decimal): -15871879 or 7983117. OLE color: 7983117.

HSL color Cylindrical-coordinate representation of color #0DD079: hue angle of 153.23º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD079 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 208 121 -
CMYK 0.94 0 0.42 0.18
HSL 153.23º 0.88% 0.43% -
HSV(B) 153.23º 0.94% 0.82% -
XYZ 26.17 46.58 25.7 -
YUV 139.78 117.4 37.57 -
System Red Green Blue C M Y K H S L
Decimal 13 208 121 0.94 0 0.42 0.18 153.23 0.88 0.43
Hex D D0 79 5E 0 2A 12 99 58 2B
Octal 15 320 171 136 0 52 22 231 130 53
Binary 1101 11010000 1111001 1011110 0 101010 10010 10011001 1011000 101011

Color Harmonies of #0DD079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD079

Black with #0DD079

Text Example


Text Example

White with #0DD079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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