Html Css Color HEX #0DEA9F Medium Spring Green

📋 copy color: '#0DEA9F'

red 13 ◦ green 234 ◦ blue 159

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

Shades of Medium Spring Green #0DEA9F

Tints of Medium Spring Green #0DEA9F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.64%

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 3.2%
G = 57.64%
B = 39.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#0DEA9F (or 0x0DEA9F) is known color: Medium Spring Green. HEX triplet: 0D, EA and 9F. RGB value is (13,234,159). Sum of RGB (Red+Green+Blue) = 13+234+159=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 234 (91.80% from 255 or 57.64% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEA9F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEA9F is #F21560. Grayscale: #9F9F9F. Windows color (decimal): -15865185 or 10480141. OLE color: 10480141.

HSL color Cylindrical-coordinate representation of color #0DEA9F: hue angle of 159.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEA9F is Cyan = 0.94, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 234 159 -
CMYK 0.94 0 0.32 0.08
HSL 159.64º 0.89% 0.48% -
HSV(B) 159.64º 0.94% 0.92% -
XYZ 35.85 61.43 42.77 -
YUV 159.37 127.78 23.6 -
System Red Green Blue C M Y K H S L
Decimal 13 234 159 0.94 0 0.32 0.08 159.64 0.89 0.48
Hex D EA 9F 5E 0 20 8 A0 59 30
Octal 15 352 237 136 0 40 10 240 131 60
Binary 1101 11101010 10011111 1011110 0 100000 1000 10100000 1011001 110000

Color Harmonies of #0DEA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEA9F

Black with #0DEA9F

Text Example


Text Example

White with #0DEA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,234,159); }

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

background-color css

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

 a { background-color: rgb(13,234,159); }

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

border-color css

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

 span { border-color: rgb(13,234,159); }

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