Html Css Color HEX #0DEF9F Medium Spring Green

📋 copy color: '#0DEF9F'

red 13 ◦ green 239 ◦ blue 159

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

Shades of Medium Spring Green #0DEF9F

Tints of Medium Spring Green #0DEF9F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 58.15%

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

R = 3.16%
G = 58.15%
B = 38.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#0DEF9F (or 0x0DEF9F) is known color: Medium Spring Green. HEX triplet: 0D, EF and 9F. RGB value is (13,239,159). Sum of RGB (Red+Green+Blue) = 13+239+159=411 (54% of max value = 765). Red value is 13 (5.47% from 255 or 3.16% from 411); Green value is 239 (93.75% from 255 or 58.15% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 239 - color contains mainly: green. Hex color #0DEF9F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DEF9F is #F21060. Grayscale: #A2A2A2. Windows color (decimal): -15863905 or 10481421. OLE color: 10481421.

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

Color convert

RGB 13 239 159 -
CMYK 0.95 0 0.33 0.06
HSL 158.76º 0.9% 0.49% -
HSV(B) 158.76º 0.95% 0.94% -
XYZ 37.29 64.32 43.25 -
YUV 162.31 126.13 21.5 -
System Red Green Blue C M Y K H S L
Decimal 13 239 159 0.95 0 0.33 0.06 158.76 0.9 0.49
Hex D EF 9F 5F 0 21 6 9F 5A 31
Octal 15 357 237 137 0 41 6 237 132 61
Binary 1101 11101111 10011111 1011111 0 100001 110 10011111 1011010 110001

Color Harmonies of #0DEF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DEF9F

Black with #0DEF9F

Text Example


Text Example

White with #0DEF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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