Html Css Color HEX #0DE4A5 Medium Spring Green

📋 copy color: '#0DE4A5'

red 13 ◦ green 228 ◦ blue 165

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

Shades of Medium Spring Green #0DE4A5

Tints of Medium Spring Green #0DE4A5

RGB

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

 GREEN value IS 228 (89.45% from 255) = 56.16%

 BLUE value IS 165 (64.84% from 255) = 40.64%

R = 3.2%
G = 56.16%
B = 40.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#0DE4A5 (or 0x0DE4A5) is known color: Medium Spring Green. HEX triplet: 0D, E4 and A5. RGB value is (13,228,165). Sum of RGB (Red+Green+Blue) = 13+228+165=406 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.20% from 406); Green value is 228 (89.45% from 255 or 56.16% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 228 - color contains mainly: green. Hex color #0DE4A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DE4A5 is #F21B5A. Grayscale: #9C9C9C. Windows color (decimal): -15866715 or 10871821. OLE color: 10871821.

HSL color Cylindrical-coordinate representation of color #0DE4A5: hue angle of 162.42º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE4A5 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.

Color convert

RGB 13 228 165 -
CMYK 0.94 0 0.28 0.11
HSL 162.42º 0.89% 0.47% -
HSV(B) 162.42º 0.94% 0.89% -
XYZ 34.7 58.29 45.02 -
YUV 156.53 132.77 25.62 -
System Red Green Blue C M Y K H S L
Decimal 13 228 165 0.94 0 0.28 0.11 162.42 0.89 0.47
Hex D E4 A5 5E 0 1C B A2 59 2F
Octal 15 344 245 136 0 34 13 242 131 57
Binary 1101 11100100 10100101 1011110 0 11100 1011 10100010 1011001 101111

Color Harmonies of #0DE4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE4A5

Black with #0DE4A5

Text Example


Text Example

White with #0DE4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,228,165); }

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

background-color css

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

 a { background-color: rgb(13,228,165); }

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

border-color css

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

 span { border-color: rgb(13,228,165); }

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