Html Css Color HEX #0DEC8F Medium Spring Green

📋 copy color: '#0DEC8F'

red 13 ◦ green 236 ◦ blue 143

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

Shades of Medium Spring Green #0DEC8F

Tints of Medium Spring Green #0DEC8F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 60.2%

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 3.32%
G = 60.2%
B = 36.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#0DEC8F (or 0x0DEC8F) is known color: Medium Spring Green. HEX triplet: 0D, EC and 8F. RGB value is (13,236,143). Sum of RGB (Red+Green+Blue) = 13+236+143=392 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.32% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC8F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEC8F is #F21370. Grayscale: #9E9E9E. Windows color (decimal): -15864689 or 9432077. OLE color: 9432077.

HSL color Cylindrical-coordinate representation of color #0DEC8F: hue angle of 154.98º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEC8F is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 236 143 -
CMYK 0.94 0 0.39 0.07
HSL 154.98º 0.9% 0.49% -
HSV(B) 154.98º 0.94% 0.93% -
XYZ 35.12 62.06 36.11 -
YUV 158.72 119.12 24.06 -
System Red Green Blue C M Y K H S L
Decimal 13 236 143 0.94 0 0.39 0.07 154.98 0.9 0.49
Hex D EC 8F 5E 0 27 7 9B 5A 31
Octal 15 354 217 136 0 47 7 233 132 61
Binary 1101 11101100 10001111 1011110 0 100111 111 10011011 1011010 110001

Color Harmonies of #0DEC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEC8F

Black with #0DEC8F

Text Example


Text Example

White with #0DEC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,236,143); }

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

background-color css

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

 a { background-color: rgb(13,236,143); }

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

border-color css

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

 span { border-color: rgb(13,236,143); }

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