#0DF6A4

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

Shades of Medium Spring Green #0DF6A4

Tints of Medium Spring Green #0DF6A4

Color information

#0DF6A4 (or 0x0DF6A4) is unknown color: approx Medium Spring Green. HEX triplet: 0D, F6 and A4. RGB value is (13,246,164). Sum of RGB (Red+Green+Blue) = 13+246+164=423 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.07% from 423); Green value is 246 (96.48% from 255 or 58.16% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF6A4 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF6A4 is #F2095B. Grayscale: #A7A7A7. Windows color (decimal): -15862108 or 10810893. OLE color: 10810893.

HSL color Cylindrical-coordinate representation of color #0DF6A4: hue angle of 158.88º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF6A4 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB13246164-
CMYK0.9500.330.04
HSL158.88º92.83%50.78%-
HSV(B)158.88º94.72%96.47%-
XYZ39.8268.6846.28-
YUV166.98126.3118.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.07%
GREEN value IS 246 (96.48% from 255) = 58.16%
BLUE value IS 164 (64.45% from 255) = 38.77%
R=3.07%
G=58.16%
B=38.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal132461640.9500.330.04158.8892.8350.78
HexDF6A45F02149f5d33
Octal15366244137041423713563
Binary1101111101101010010010111110100001100100111111011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DF6A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,246,164); }

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

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

 a { background-color: rgb(13,246,164); }

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

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

 span { border-color: rgb(13,246,164); }

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