Html Css Color HEX #0DECAC Medium Spring Green

📋 copy color: '#0DECAC'

red 13 ◦ green 236 ◦ blue 172

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

Shades of Medium Spring Green #0DECAC

Tints of Medium Spring Green #0DECAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 3.09%
G = 56.06%
B = 40.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#0DECAC (or 0x0DECAC) is known color: Medium Spring Green. HEX triplet: 0D, EC and AC. RGB value is (13,236,172). Sum of RGB (Red+Green+Blue) = 13+236+172=421 (55% of max value = 765). Red value is 13 (5.47% from 255 or 3.09% from 421); Green value is 236 (92.58% from 255 or 56.06% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 236 - color contains mainly: green. Hex color #0DECAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DECAC is #F21353. Grayscale: #A2A2A2. Windows color (decimal): -15864660 or 11332621. OLE color: 11332621.

HSL color Cylindrical-coordinate representation of color #0DECAC: hue angle of 162.78º 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 #0DECAC is Cyan = 0.94, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 236 172 -
CMYK 0.94 0 0.27 0.07
HSL 162.78º 0.9% 0.49% -
HSV(B) 162.78º 0.94% 0.93% -
XYZ 37.61 63.06 49.22 -
YUV 162.03 133.62 21.7 -
System Red Green Blue C M Y K H S L
Decimal 13 236 172 0.94 0 0.27 0.07 162.78 0.9 0.49
Hex D EC AC 5E 0 1B 7 A3 5A 31
Octal 15 354 254 136 0 33 7 243 132 61
Binary 1101 11101100 10101100 1011110 0 11011 111 10100011 1011010 110001

Color Harmonies of #0DECAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DECAC

Black with #0DECAC

Text Example


Text Example

White with #0DECAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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