Html Css Color HEX #0DE6A2 Medium Spring Green

📋 copy color: '#0DE6A2'

red 13 ◦ green 230 ◦ blue 162

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

Shades of Medium Spring Green #0DE6A2

Tints of Medium Spring Green #0DE6A2

RGB

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

 GREEN value IS 230 (90.23% from 255) = 56.79%

 BLUE value IS 162 (63.67% from 255) = 40%

R = 3.21%
G = 56.79%
B = 40%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.30

 K value IS 0.10

RGB Variations

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

Color information

#0DE6A2 (or 0x0DE6A2) is known color: Medium Spring Green. HEX triplet: 0D, E6 and A2. RGB value is (13,230,162). Sum of RGB (Red+Green+Blue) = 13+230+162=405 (53% of max value = 765). Red value is 13 (5.47% from 255 or 3.21% from 405); Green value is 230 (90.23% from 255 or 56.79% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 230 - color contains mainly: green. Hex color #0DE6A2 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DE6A2 is #F2195D. Grayscale: #9D9D9D. Windows color (decimal): -15866206 or 10675725. OLE color: 10675725.

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

Color convert

RGB 13 230 162 -
CMYK 0.94 0 0.30 0.10
HSL 161.2º 0.89% 0.48% -
HSV(B) 161.2º 0.94% 0.9% -
XYZ 34.98 59.29 43.78 -
YUV 157.37 130.61 25.03 -
System Red Green Blue C M Y K H S L
Decimal 13 230 162 0.94 0 0.30 0.10 161.2 0.89 0.48
Hex D E6 A2 5E 0 1E A A1 59 30
Octal 15 346 242 136 0 36 12 241 131 60
Binary 1101 11100110 10100010 1011110 0 11110 1010 10100001 1011001 110000

Color Harmonies of #0DE6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE6A2

Black with #0DE6A2

Text Example


Text Example

White with #0DE6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,230,162); }

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

background-color css

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

 a { background-color: rgb(13,230,162); }

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

border-color css

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

 span { border-color: rgb(13,230,162); }

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