#0DF8AF

Color #0DF8AF Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0DF8AF

Tints of Medium Spring Green #0DF8AF

Color information

#0DF8AF (or 0x0DF8AF) is unknown color: approx Medium Spring Green. HEX triplet: 0D, F8 and AF. RGB value is (13,248,175). Sum of RGB (Red+Green+Blue) = 13+248+175=436 (57% of max value = 765). Red value is 13 (5.47% from 255 or 2.98% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #0DF8AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF8AF is #F20750. Grayscale: #A9A9A9. Windows color (decimal): -15861585 or 11532301. OLE color: 11532301.

HSL color Cylindrical-coordinate representation of color #0DF8AF: hue angle of 161.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF8AF is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB13248175-
CMYK0.9500.290.03
HSL161.36º94.38%51.18%-
HSV(B)161.36º94.76%97.25%-
XYZ41.4770.3251.94-
YUV169.41131.1416.44-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 2.98%
GREEN value IS 248 (97.27% from 255) = 56.88%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=2.98%
G=56.88%
B=40.14%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal132481750.9500.290.03161.3694.3851.18
HexDF8AF5F01D3a15e33
Octal15370257137035324113663
Binary11011111100010101111101111101110111101000011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DF8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,248,175); }

 H1.HeaderClassName
 {
   color: #0DF8AF;
 }
 .AnyTagClassName
 {
   color: #0DF8AF;
 }
</style>
background-color css

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

 a { background-color: rgb(13,248,175); }

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

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

 span { border-color: rgb(13,248,175); }

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