#0DF6A7

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

Shades of Medium Spring Green #0DF6A7

Tints of Medium Spring Green #0DF6A7

Color information

#0DF6A7 (or 0x0DF6A7) is unknown color: approx Medium Spring Green. HEX triplet: 0D, F6 and A7. RGB value is (13,246,167). Sum of RGB (Red+Green+Blue) = 13+246+167=426 (56% of max value = 765). Red value is 13 (5.47% from 255 or 3.05% from 426); Green value is 246 (96.48% from 255 or 57.75% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 246 - color contains mainly: green. Hex color #0DF6A7 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0DF6A7 is #F20958. Grayscale: #A7A7A7. Windows color (decimal): -15862105 or 11007501. OLE color: 11007501.

HSL color Cylindrical-coordinate representation of color #0DF6A7: hue angle of 159.66º 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 #0DF6A7 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB13246167-
CMYK0.9500.320.04
HSL159.66º92.83%50.78%-
HSV(B)159.66º94.72%96.47%-
XYZ40.168.7947.72-
YUV167.33127.8117.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.05%
GREEN value IS 246 (96.48% from 255) = 57.75%
BLUE value IS 167 (65.62% from 255) = 39.20%
R=3.05%
G=57.75%
B=39.20%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal132461670.9500.320.04159.6692.8350.78
HexDF6A75F0204a05d33
Octal15366247137040424013563
Binary1101111101101010011110111110100000100101000001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DF6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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